Html Css Color HEX #88A425 Limerick

📋 copy color: '#88A425'

red 136 ◦ green 164 ◦ blue 37

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

Shades of Limerick #88A425

Tints of Limerick #88A425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.98%

R = 40.36%
G = 48.66%
B = 10.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#88A425 (or 0x88A425) is known color: Limerick. HEX triplet: 88, A4 and 25. RGB value is (136,164,37). Sum of RGB (Red+Green+Blue) = 136+164+37=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #88A425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A425 is #775BDA. Grayscale: #8D8D8D. Windows color (decimal): -7822299 or 2466952. OLE color: 2466952.

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

Color convert

RGB 136 164 37 -
CMYK 0.17 0 0.77 0.36
HSL 73.23º 0.63% 0.39% -
HSV(B) 73.23º 0.77% 0.64% -
XYZ 23.76 31.92 6.66 -
YUV 141.15 69.22 124.33 -
System Red Green Blue C M Y K H S L
Decimal 136 164 37 0.17 0 0.77 0.36 73.23 0.63 0.39
Hex 88 A4 25 11 0 4D 24 49 3F 27
Octal 210 244 45 21 0 115 44 111 77 47
Binary 10001000 10100100 100101 10001 0 1001101 100100 1001001 111111 100111

Color Harmonies of #88A425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A425

Black with #88A425

Text Example


Text Example

White with #88A425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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