Html Css Color HEX #88A027 Limerick

📋 copy color: '#88A027'

red 136 ◦ green 160 ◦ blue 39

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

Shades of Limerick #88A027

Tints of Limerick #88A027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.76%

 BLUE value IS 39 (15.63% from 255) = 11.64%

R = 40.6%
G = 47.76%
B = 11.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#88A027 (or 0x88A027) is known color: Limerick. HEX triplet: 88, A0 and 27. RGB value is (136,160,39). Sum of RGB (Red+Green+Blue) = 136+160+39=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #88A027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A027 is #775FD8. Grayscale: #8B8B8B. Windows color (decimal): -7823321 or 2597000. OLE color: 2597000.

HSL color Cylindrical-coordinate representation of color #88A027: hue angle of 71.9º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88A027 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 160 39 -
CMYK 0.15 0 0.76 0.37
HSL 71.9º 0.61% 0.39% -
HSV(B) 71.9º 0.76% 0.63% -
XYZ 23.09 30.52 6.59 -
YUV 139.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 136 160 39 0.15 0 0.76 0.37 71.9 0.61 0.39
Hex 88 A0 27 F 0 4C 25 48 3D 27
Octal 210 240 47 17 0 114 45 110 75 47
Binary 10001000 10100000 100111 1111 0 1001100 100101 1001000 111101 100111

Color Harmonies of #88A027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A027

Black with #88A027

Text Example


Text Example

White with #88A027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,160,39); }

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

background-color css

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

 a { background-color: rgb(136,160,39); }

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

border-color css

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

 span { border-color: rgb(136,160,39); }

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