#96A935

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

Shades of Limerick #96A935

Tints of Limerick #96A935

Color information

#96A935 (or 0x96A935) is unknown color: approx Limerick. HEX triplet: 96, A9 and 35. RGB value is (150,169,53). Sum of RGB (Red+Green+Blue) = 150+169+53=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #96A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A935 is #6956CA. Grayscale: #969696. Windows color (decimal): -6903499 or 3516822. OLE color: 3516822.

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

Color convert

RGB15016953-
CMYK0.1100.690.34
HSL69.83º52.25%43.53%-
HSV(B)69.83º68.64%66.27%-
XYZ27.4135.128.7-
YUV150.173.21127.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 169 (66.41% from 255) = 45.43%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=40.32%
G=45.43%
B=14.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150169530.1100.690.3469.8352.2543.53
Hex96A935B0452246342c
Octal22625165130105421066454
Binary10010110101010011101011011010001011000101000110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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