#96B51E

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

Shades of Limerick #96B51E

Tints of Limerick #96B51E

Color information

#96B51E (or 0x96B51E) is unknown color: approx Limerick. HEX triplet: 96, B5 and 1E. RGB value is (150,181,30). Sum of RGB (Red+Green+Blue) = 150+181+30=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #96B51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B51E is #694AE1. Grayscale: #9B9B9B. Windows color (decimal): -6900450 or 2012566. OLE color: 2012566.

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

Color convert

RGB15018130-
CMYK0.1700.830.29
HSL72.32º71.56%41.37%-
HSV(B)72.32º83.43%70.98%-
XYZ29.3439.637.33-
YUV154.5257.73124.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 181 (71.09% from 255) = 50.14%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=41.55%
G=50.14%
B=8.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181300.1700.830.2972.3271.5641.37
Hex96B51E110531D484829
Octal226265362101233511011051
Binary10010110101101011111010001010100111110110010001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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