#96AC35

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

Shades of Limerick #96AC35

Tints of Limerick #96AC35

Color information

#96AC35 (or 0x96AC35) is unknown color: approx Limerick. HEX triplet: 96, AC and 35. RGB value is (150,172,53). Sum of RGB (Red+Green+Blue) = 150+172+53=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AC35 is #6953CA. Grayscale: #989898. Windows color (decimal): -6902731 or 3517590. OLE color: 3517590.

HSL color Cylindrical-coordinate representation of color #96AC35: hue angle of 71.09º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96AC35 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB15017253-
CMYK0.1300.690.33
HSL71.09º52.89%44.12%-
HSV(B)71.09º69.19%67.45%-
XYZ27.9736.258.89-
YUV151.8672.21126.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=40%
G=45.87%
B=14.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150172530.1300.690.3371.0952.8944.12
Hex96AC35D0452147352c
Octal22625465150105411076554
Binary10010110101011001101011101010001011000011000111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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