#96B31C

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

Shades of Limerick #96B31C

Tints of Limerick #96B31C

Color information

#96B31C (or 0x96B31C) is unknown color: approx Limerick. HEX triplet: 96, B3 and 1C. RGB value is (150,179,28). Sum of RGB (Red+Green+Blue) = 150+179+28=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #96B31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B31C is #694CE3. Grayscale: #999999. Windows color (decimal): -6900964 or 1880982. OLE color: 1880982.

HSL color Cylindrical-coordinate representation of color #96B31C: hue angle of 71.52º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96B31C is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB15017928-
CMYK0.1600.840.30
HSL71.52º72.95%40.59%-
HSV(B)71.52º84.36%70.2%-
XYZ28.9138.817.07-
YUV153.1257.39125.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 179 (70.31% from 255) = 50.14%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=42.02%
G=50.14%
B=7.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150179280.1600.840.3071.5272.9540.59
Hex96B31C100541E484929
Octal226263342001243611011151
Binary10010110101100111110010000010101001111010010001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,179,28); }

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

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

 a { background-color: rgb(150,179,28); }

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

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

 span { border-color: rgb(150,179,28); }

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