#96B041

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

Shades of Limerick #96B041

Tints of Limerick #96B041

Color information

#96B041 (or 0x96B041) is unknown color: approx Limerick. HEX triplet: 96, B0 and 41. RGB value is (150,176,65). Sum of RGB (Red+Green+Blue) = 150+176+65=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #96B041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B041 is #694FBE. Grayscale: #9B9B9B. Windows color (decimal): -6901695 or 4305046. OLE color: 4305046.

HSL color Cylindrical-coordinate representation of color #96B041: hue angle of 74.05º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96B041 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB15017665-
CMYK0.1500.630.31
HSL74.05º46.06%47.25%-
HSV(B)74.05º63.07%69.02%-
XYZ29.0637.9210.79-
YUV155.5776.89124.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 176 (69.14% from 255) = 45.01%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=38.36%
G=45.01%
B=16.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150176650.1500.630.3174.0546.0647.25
Hex96B041F03F1F4a2e2f
Octal22626010117077371125657
Binary1001011010110000100000111110111111111111001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,176,65); }

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

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

 a { background-color: rgb(150,176,65); }

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

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

 span { border-color: rgb(150,176,65); }

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