Html Css Color HEX #96BA21 Limerick

📋 copy color: '#96BA21'

red 150 ◦ green 186 ◦ blue 33

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

Shades of Limerick #96BA21

Tints of Limerick #96BA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.41%

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 40.65%
G = 50.41%
B = 8.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#96BA21 (or 0x96BA21) is known color: Limerick. HEX triplet: 96, BA and 21. RGB value is (150,186,33). Sum of RGB (Red+Green+Blue) = 150+186+33=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA21 is #6945DE. Grayscale: #9E9E9E. Windows color (decimal): -6899167 or 2210454. OLE color: 2210454.

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

Color convert

RGB 150 186 33 -
CMYK 0.19 0 0.82 0.27
HSL 74.12º 0.7% 0.43% -
HSV(B) 74.12º 0.82% 0.73% -
XYZ 30.41 41.71 7.89 -
YUV 157.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 150 186 33 0.19 0 0.82 0.27 74.12 0.7 0.43
Hex 96 BA 21 13 0 52 1B 4A 46 2B
Octal 226 272 41 23 0 122 33 112 106 53
Binary 10010110 10111010 100001 10011 0 1010010 11011 1001010 1000110 101011

Color Harmonies of #96BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA21

Black with #96BA21

Text Example


Text Example

White with #96BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,33); }

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

background-color css

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

 a { background-color: rgb(150,186,33); }

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

border-color css

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

 span { border-color: rgb(150,186,33); }

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