#9eac2b

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

Shades of Limerick #9EAC2B

Tints of Limerick #9EAC2B

Color information

#9EAC2B (or 0x9EAC2B) is unknown color: approx Limerick. HEX triplet: 9E, AC and 2B. RGB value is (158,172,43). Sum of RGB (Red+Green+Blue) = 158+172+43=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC2B is #6153D4. Grayscale: #999999. Windows color (decimal): -6378453 or 2862238. OLE color: 2862238.

HSL color Cylindrical-coordinate representation of color #9EAC2B: hue angle of 66.51º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9EAC2B is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB15817243-
CMYK0.0800.750.33
HSL66.51º60%42.16%-
HSV(B)66.51º75%67.45%-
XYZ29.2936.957.87-
YUV153.1165.86131.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 43 (17.19% from 255) = 11.53%
R=42.36%
G=46.11%
B=11.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158172430.0800.750.3366.516042.16
Hex9EAC2B804B21433c2a
Octal23625453100113411037452
Binary10011110101011001010111000010010111000011000011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eac2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,43); }

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

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

 a { background-color: rgb(158,172,43); }

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

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

 span { border-color: rgb(158,172,43); }

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