#96B31F

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

Shades of Limerick #96B31F

Tints of Limerick #96B31F

Color information

#96B31F (or 0x96B31F) is unknown color: approx Limerick. HEX triplet: 96, B3 and 1F. RGB value is (150,179,31). Sum of RGB (Red+Green+Blue) = 150+179+31=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #96B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B31F is #694CE0. Grayscale: #9A9A9A. Windows color (decimal): -6900961 or 2077590. OLE color: 2077590.

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

Color convert

RGB15017931-
CMYK0.1600.830.30
HSL71.76º70.48%41.18%-
HSV(B)71.76º82.68%70.2%-
XYZ28.9538.827.26-
YUV153.4658.89125.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 179 (70.31% from 255) = 49.72%
BLUE value IS 31 (12.5% from 255) = 8.61%
R=41.67%
G=49.72%
B=8.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150179310.1600.830.3071.7670.4841.18
Hex96B31F100531E484629
Octal226263372001233611010651
Binary10010110101100111111110000010100111111010010001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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