#96B138

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

Shades of Limerick #96B138

Tints of Limerick #96B138

Color information

#96B138 (or 0x96B138) is unknown color: approx Limerick. HEX triplet: 96, B1 and 38. RGB value is (150,177,56). Sum of RGB (Red+Green+Blue) = 150+177+56=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #96B138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B138 is #694EC7. Grayscale: #9B9B9B. Windows color (decimal): -6901448 or 3715478. OLE color: 3715478.

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

Color convert

RGB15017756-
CMYK0.1500.680.31
HSL73.39º51.93%45.69%-
HSV(B)73.39º68.36%69.41%-
XYZ29.0138.219.59-
YUV155.1372.05124.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 56 (22.27% from 255) = 14.62%
R=39.16%
G=46.21%
B=14.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150177560.1500.680.3173.3951.9345.69
Hex96B138F0441F49342e
Octal22626170170104371116456
Binary1001011010110001111000111101000100111111001001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,56); }

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

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

 a { background-color: rgb(150,177,56); }

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

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

 span { border-color: rgb(150,177,56); }

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