#96B01B

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

Shades of Limerick #96B01B

Tints of Limerick #96B01B

Color information

#96B01B (or 0x96B01B) is unknown color: approx Limerick. HEX triplet: 96, B0 and 1B. RGB value is (150,176,27). Sum of RGB (Red+Green+Blue) = 150+176+27=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #96B01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B01B is #694FE4. Grayscale: #979797. Windows color (decimal): -6901733 or 1814678. OLE color: 1814678.

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

Color convert

RGB15017627-
CMYK0.1500.850.31
HSL70.47º73.4%39.8%-
HSV(B)70.47º84.66%69.02%-
XYZ28.337.616.81-
YUV151.2457.89127.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 176 (69.14% from 255) = 49.86%
BLUE value IS 27 (10.94% from 255) = 7.65%
R=42.49%
G=49.86%
B=7.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150176270.1500.850.3170.4773.439.8
Hex96B01BF0551F464928
Octal226260331701253710611150
Binary1001011010110000110111111010101011111110001101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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