#96B03A

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

Shades of Limerick #96B03A

Tints of Limerick #96B03A

Color information

#96B03A (or 0x96B03A) is unknown color: approx Limerick. HEX triplet: 96, B0 and 3A. RGB value is (150,176,58). Sum of RGB (Red+Green+Blue) = 150+176+58=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #96B03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B03A is #694FC5. Grayscale: #9B9B9B. Windows color (decimal): -6901702 or 3846294. OLE color: 3846294.

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

Color convert

RGB15017658-
CMYK0.1500.670.31
HSL73.22º50.43%45.88%-
HSV(B)73.22º67.05%69.02%-
XYZ28.8737.849.79-
YUV154.7773.39124.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 58 (23.05% from 255) = 15.10%
R=39.06%
G=45.83%
B=15.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150176580.1500.670.3173.2250.4345.88
Hex96B03AF0431F49322e
Octal22626072170103371116256
Binary1001011010110000111010111101000011111111001001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,176,58); }

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

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

 a { background-color: rgb(150,176,58); }

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

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

 span { border-color: rgb(150,176,58); }

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