Html Css Color HEX #96B421 Limerick

📋 copy color: '#96B421'

red 150 ◦ green 180 ◦ blue 33

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

Shades of Limerick #96B421

Tints of Limerick #96B421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.59%

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

R = 41.32%
G = 49.59%
B = 9.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#96B421 (or 0x96B421) is known color: Limerick. HEX triplet: 96, B4 and 21. RGB value is (150,180,33). Sum of RGB (Red+Green+Blue) = 150+180+33=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #96B421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B421 is #694BDE. Grayscale: #9A9A9A. Windows color (decimal): -6900703 or 2208918. OLE color: 2208918.

HSL color Cylindrical-coordinate representation of color #96B421: hue angle of 72.24º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96B421 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 33 -
CMYK 0.17 0 0.82 0.29
HSL 72.24º 0.69% 0.42% -
HSV(B) 72.24º 0.82% 0.71% -
XYZ 29.17 39.24 7.47 -
YUV 154.27 59.56 124.95 -
System Red Green Blue C M Y K H S L
Decimal 150 180 33 0.17 0 0.82 0.29 72.24 0.69 0.42
Hex 96 B4 21 11 0 52 1D 48 45 2A
Octal 226 264 41 21 0 122 35 110 105 52
Binary 10010110 10110100 100001 10001 0 1010010 11101 1001000 1000101 101010

Color Harmonies of #96B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B421

Black with #96B421

Text Example


Text Example

White with #96B421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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