Html Css Color HEX #96BB20 Limerick

📋 copy color: '#96BB20'

red 150 ◦ green 187 ◦ blue 32

#96BB20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #96BB20

Tints of Limerick #96BB20

RGB

 RED value IS 150 (58.98% from 255) = 40.65%

 GREEN value IS 187 (73.44% from 255) = 50.68%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 40.65%
G = 50.68%
B = 8.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#96BB20 (or 0x96BB20) is known color: Limerick. HEX triplet: 96, BB and 20. RGB value is (150,187,32). Sum of RGB (Red+Green+Blue) = 150+187+32=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BB20 is #6944DF. Grayscale: #9E9E9E. Windows color (decimal): -6898912 or 2145174. OLE color: 2145174.

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

Color convert

RGB 150 187 32 -
CMYK 0.20 0 0.83 0.27
HSL 74.32º 0.71% 0.43% -
HSV(B) 74.32º 0.83% 0.73% -
XYZ 30.61 42.13 7.88 -
YUV 158.27 56.74 122.1 -
System Red Green Blue C M Y K H S L
Decimal 150 187 32 0.20 0 0.83 0.27 74.32 0.71 0.43
Hex 96 BB 20 14 0 53 1B 4A 47 2B
Octal 226 273 40 24 0 123 33 112 107 53
Binary 10010110 10111011 100000 10100 0 1010011 11011 1001010 1000111 101011

Color Harmonies of #96BB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB20

Black with #96BB20

Text Example


Text Example

White with #96BB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BB20;
 }
 .AnyTagClassName
 {
   color: #96BB20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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