Html Css Color HEX #88A424 Limerick

📋 copy color: '#88A424'

red 136 ◦ green 164 ◦ blue 36

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

Shades of Limerick #88A424

Tints of Limerick #88A424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.81%

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 40.48%
G = 48.81%
B = 10.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#88A424 (or 0x88A424) is known color: Limerick. HEX triplet: 88, A4 and 24. RGB value is (136,164,36). Sum of RGB (Red+Green+Blue) = 136+164+36=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #88A424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A424 is #775BDB. Grayscale: #8D8D8D. Windows color (decimal): -7822300 or 2401416. OLE color: 2401416.

HSL color Cylindrical-coordinate representation of color #88A424: hue angle of 73.12º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88A424 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 164 36 -
CMYK 0.17 0 0.78 0.36
HSL 73.13º 0.64% 0.39% -
HSV(B) 73.13º 0.78% 0.64% -
XYZ 23.75 31.91 6.58 -
YUV 141.04 68.72 124.41 -
System Red Green Blue C M Y K H S L
Decimal 136 164 36 0.17 0 0.78 0.36 73.13 0.64 0.39
Hex 88 A4 24 11 0 4E 24 49 40 27
Octal 210 244 44 21 0 116 44 111 100 47
Binary 10001000 10100100 100100 10001 0 1001110 100100 1001001 1000000 100111

Color Harmonies of #88A424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A424

Black with #88A424

Text Example


Text Example

White with #88A424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,164,36); }

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

background-color css

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

 a { background-color: rgb(136,164,36); }

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

border-color css

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

 span { border-color: rgb(136,164,36); }

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