#9EAE3B

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

Shades of Limerick #9EAE3B

Tints of Limerick #9EAE3B

Color information

#9EAE3B (or 0x9EAE3B) is unknown color: approx Limerick. HEX triplet: 9E, AE and 3B. RGB value is (158,174,59). Sum of RGB (Red+Green+Blue) = 158+174+59=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAE3B is #6151C4. Grayscale: #9C9C9C. Windows color (decimal): -6377925 or 3911326. OLE color: 3911326.

HSL color Cylindrical-coordinate representation of color #9EAE3B: hue angle of 68.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EAE3B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB15817459-
CMYK0.0900.660.32
HSL68.35º49.36%45.69%-
HSV(B)68.35º66.09%68.24%-
XYZ30.0337.869.86-
YUV156.1173.2129.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=40.41%
G=44.50%
B=15.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158174590.0900.660.3268.3549.3645.69
Hex9EAE3B90422044312e
Octal23625673110102401046156
Binary10011110101011101110111001010000101000001000100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAE3B; }

 p { color: rgb(158,174,59); }

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

<style>
 a { background-color: #9EAE3B; }

 a { background-color: rgb(158,174,59); }

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

<style>
 span { border-color: #9EAE3B; }

 span { border-color: rgb(158,174,59); }

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