#96A835

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

Shades of Limerick #96A835

Tints of Limerick #96A835

Color information

#96A835 (or 0x96A835) is unknown color: approx Limerick. HEX triplet: 96, A8 and 35. RGB value is (150,168,53). Sum of RGB (Red+Green+Blue) = 150+168+53=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #96A835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A835 is #6957CA. Grayscale: #959595. Windows color (decimal): -6903755 or 3516566. OLE color: 3516566.

HSL color Cylindrical-coordinate representation of color #96A835: hue angle of 69.39º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96A835 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB15016853-
CMYK0.1100.680.34
HSL69.39º52.04%43.33%-
HSV(B)69.39º68.45%65.88%-
XYZ27.2234.758.64-
YUV149.5173.54128.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=40.43%
G=45.28%
B=14.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150168530.1100.680.3469.3952.0443.33
Hex96A835B0442245342b
Octal22625065130104421056453
Binary10010110101010001101011011010001001000101000101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A835; }

 p { color: rgb(150,168,53); }

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

<style>
 a { background-color: #96A835; }

 a { background-color: rgb(150,168,53); }

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

<style>
 span { border-color: #96A835; }

 span { border-color: rgb(150,168,53); }

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