#96bb2a

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

Shades of Limerick #96BB2A

Tints of Limerick #96BB2A

Color information

#96BB2A (or 0x96BB2A) is unknown color: approx Limerick. HEX triplet: 96, BB and 2A. RGB value is (150,187,42). Sum of RGB (Red+Green+Blue) = 150+187+42=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BB2A is #6944D5. Grayscale: #9F9F9F. Windows color (decimal): -6898902 or 2800534. OLE color: 2800534.

HSL color Cylindrical-coordinate representation of color #96BB2A: hue angle of 75.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96BB2A is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB15018742-
CMYK0.2000.780.27
HSL75.31º63.32%44.9%-
HSV(B)75.31º77.54%73.33%-
XYZ30.7742.198.71-
YUV159.4161.74121.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 187 (73.44% from 255) = 49.34%
BLUE value IS 42 (16.80% from 255) = 11.08%
R=39.58%
G=49.34%
B=11.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150187420.2000.780.2775.3163.3244.9
Hex96BB2A1404E1B4b3f2d
Octal22627352240116331137755
Binary10010110101110111010101010001001110110111001011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96bb2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,187,42); }

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

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

 a { background-color: rgb(150,187,42); }

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

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

 span { border-color: rgb(150,187,42); }

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