#96B528

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

Shades of Limerick #96B528

Tints of Limerick #96B528

Color information

#96B528 (or 0x96B528) is unknown color: approx Limerick. HEX triplet: 96, B5 and 28. RGB value is (150,181,40). Sum of RGB (Red+Green+Blue) = 150+181+40=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #96B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B528 is #694AD7. Grayscale: #9C9C9C. Windows color (decimal): -6900440 or 2667926. OLE color: 2667926.

HSL color Cylindrical-coordinate representation of color #96B528: hue angle of 73.19º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96B528 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB15018140-
CMYK0.1700.780.29
HSL73.19º63.8%43.33%-
HSV(B)73.19º77.9%70.98%-
XYZ29.4839.688.11-
YUV155.6662.73123.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 40 (16.02% from 255) = 10.78%
R=40.43%
G=48.79%
B=10.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181400.1700.780.2973.1963.843.33
Hex96B5281104E1D49402b
Octal226265502101163511110053
Binary100101101011010110100010001010011101110110010011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,40); }

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

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

 a { background-color: rgb(150,181,40); }

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

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

 span { border-color: rgb(150,181,40); }

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