Html Css Color HEX #88AA20 Limerick

📋 copy color: '#88AA20'

red 136 ◦ green 170 ◦ blue 32

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

Shades of Limerick #88AA20

Tints of Limerick #88AA20

RGB

 RED value IS 136 (53.52% from 255) = 40.24%

 GREEN value IS 170 (66.8% from 255) = 50.3%

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

R = 40.24%
G = 50.3%
B = 9.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#88AA20 (or 0x88AA20) is known color: Limerick. HEX triplet: 88, AA and 20. RGB value is (136,170,32). Sum of RGB (Red+Green+Blue) = 136+170+32=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AA20 is #7755DF. Grayscale: #909090. Windows color (decimal): -7820768 or 2140808. OLE color: 2140808.

HSL color Cylindrical-coordinate representation of color #88AA20: hue angle of 74.78º degrees, saturation: 0.68, 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 #88AA20 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 170 32 -
CMYK 0.20 0 0.81 0.33
HSL 74.78º 0.68% 0.4% -
HSV(B) 74.78º 0.81% 0.67% -
XYZ 24.79 34.09 6.64 -
YUV 144.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 136 170 32 0.20 0 0.81 0.33 74.78 0.68 0.4
Hex 88 AA 20 14 0 51 21 4B 44 28
Octal 210 252 40 24 0 121 41 113 104 50
Binary 10001000 10101010 100000 10100 0 1010001 100001 1001011 1000100 101000

Color Harmonies of #88AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AA20

Black with #88AA20

Text Example


Text Example

White with #88AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88AA20; }

 p { color: rgb(136,170,32); }

 H1.HeaderClassName
 {
   color: #88AA20;
 }
 .AnyTagClassName
 {
   color: #88AA20;
 }
</style>

background-color css

<style>
 a { background-color: #88AA20; }

 a { background-color: rgb(136,170,32); }

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

border-color css

<style>
 span { border-color: #88AA20; }

 span { border-color: rgb(136,170,32); }

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