#96B831

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

Shades of Limerick #96B831

Tints of Limerick #96B831

Color information

#96B831 (or 0x96B831) is unknown color: approx Limerick. HEX triplet: 96, B8 and 31. RGB value is (150,184,49). Sum of RGB (Red+Green+Blue) = 150+184+49=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #96B831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B831 is #6947CE. Grayscale: #9E9E9E. Windows color (decimal): -6899663 or 3258518. OLE color: 3258518.

HSL color Cylindrical-coordinate representation of color #96B831: hue angle of 75.11º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96B831 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB15018449-
CMYK0.1800.730.28
HSL75.11º57.94%45.69%-
HSV(B)75.11º73.37%72.16%-
XYZ30.2740.999.22-
YUV158.4466.24121.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 49 (19.53% from 255) = 12.79%
R=39.16%
G=48.04%
B=12.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150184490.1800.730.2875.1157.9445.69
Hex96B831120491C4b3a2e
Octal22627061220111341137256
Binary10010110101110001100011001001001001111001001011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,184,49); }

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

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

 a { background-color: rgb(150,184,49); }

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

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

 span { border-color: rgb(150,184,49); }

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