#93BE26

Color #93BE26 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #93BE26

Tints of Limerick #93BE26

Color information

#93BE26 (or 0x93BE26) is unknown color: approx Limerick. HEX triplet: 93, BE and 26. RGB value is (147,190,38). Sum of RGB (Red+Green+Blue) = 147+190+38=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BE26 is #6C41D9. Grayscale: #A0A0A0. Windows color (decimal): -7094746 or 2539155. OLE color: 2539155.

HSL color Cylindrical-coordinate representation of color #93BE26: hue angle of 76.97º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93BE26 is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB14719038-
CMYK0.2300.80.25
HSL76.97º66.67%44.71%-
HSV(B)76.97º80%74.51%-
XYZ30.843.178.54-
YUV159.8159.25118.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 190 (74.61% from 255) = 50.67%
BLUE value IS 38 (15.23% from 255) = 10.13%
R=39.2%
G=50.67%
B=10.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147190380.2300.80.2576.9766.6744.71
Hex93BE2617050194d432d
Octal223276462701203111510355
Binary100100111011111010011010111010100001100110011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BE26; }

 p { color: rgb(147,190,38); }

 H1.HeaderClassName
 {
   color: #93BE26;
 }
 .AnyTagClassName
 {
   color: #93BE26;
 }
</style>
background-color css

<style>
 a { background-color: #93BE26; }

 a { background-color: rgb(147,190,38); }

 div.DivClassName
 {
   background-color: #93BE26;
 }
 .BgClassName
 {
   background-color: #93BE26;
 }
</style>
border-color css

<style>
 span { border-color: #93BE26; }

 span { border-color: rgb(147,190,38); }

 td.TdClassName
 {
   border-color: #93BE26;
 }
 .TagClassName
 {
   border-color: #93BE26;
 }
</style>