#96A539

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

Shades of Limerick #96A539

Tints of Limerick #96A539

Color information

#96A539 (or 0x96A539) is unknown color: approx Limerick. HEX triplet: 96, A5 and 39. RGB value is (150,165,57). Sum of RGB (Red+Green+Blue) = 150+165+57=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #96A539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A539 is #695AC6. Grayscale: #949494. Windows color (decimal): -6904519 or 3777942. OLE color: 3777942.

HSL color Cylindrical-coordinate representation of color #96A539: hue angle of 68.33º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96A539 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB15016557-
CMYK0.0900.650.35
HSL68.33º48.65%43.53%-
HSV(B)68.33º65.45%64.71%-
XYZ26.7733.698.96-
YUV148.276.53129.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 165 (64.84% from 255) = 44.35%
BLUE value IS 57 (22.66% from 255) = 15.32%
R=40.32%
G=44.35%
B=15.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150165570.0900.650.3568.3348.6543.53
Hex96A53990412344312c
Octal22624571110101431046154
Binary10010110101001011110011001010000011000111000100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,57); }

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

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

 a { background-color: rgb(150,165,57); }

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

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

 span { border-color: rgb(150,165,57); }

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