Html Css Color HEX #96AC20 Limerick

📋 copy color: '#96AC20'

red 150 ◦ green 172 ◦ blue 32

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

Shades of Limerick #96AC20

Tints of Limerick #96AC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.59%

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

R = 42.37%
G = 48.59%
B = 9.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#96AC20 (or 0x96AC20) is known color: Limerick. HEX triplet: 96, AC and 20. RGB value is (150,172,32). Sum of RGB (Red+Green+Blue) = 150+172+32=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AC20 is #6953DF. Grayscale: #969696. Windows color (decimal): -6902752 or 2141334. OLE color: 2141334.

HSL color Cylindrical-coordinate representation of color #96AC20: hue angle of 69.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96AC20 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 172 32 -
CMYK 0.13 0 0.81 0.33
HSL 69.43º 0.69% 0.4% -
HSV(B) 69.43º 0.81% 0.67% -
XYZ 27.59 36.09 6.88 -
YUV 149.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 150 172 32 0.13 0 0.81 0.33 69.43 0.69 0.4
Hex 96 AC 20 D 0 51 21 45 45 28
Octal 226 254 40 15 0 121 41 105 105 50
Binary 10010110 10101100 100000 1101 0 1010001 100001 1000101 1000101 101000

Color Harmonies of #96AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC20

Black with #96AC20

Text Example


Text Example

White with #96AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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