Html Css Color HEX #88B532 Limerick

📋 copy color: '#88B532'

red 136 ◦ green 181 ◦ blue 50

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

Shades of Limerick #88B532

Tints of Limerick #88B532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.32%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 37.06%
G = 49.32%
B = 13.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#88B532 (or 0x88B532) is known color: Limerick. HEX triplet: 88, B5 and 32. RGB value is (136,181,50). Sum of RGB (Red+Green+Blue) = 136+181+50=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #88B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B532 is #774ACD. Grayscale: #999999. Windows color (decimal): -7817934 or 3323272. OLE color: 3323272.

HSL color Cylindrical-coordinate representation of color #88B532: hue angle of 80.61º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88B532 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 181 50 -
CMYK 0.25 0 0.72 0.29
HSL 80.61º 0.57% 0.45% -
HSV(B) 80.61º 0.72% 0.71% -
XYZ 27.25 38.51 9.01 -
YUV 152.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 136 181 50 0.25 0 0.72 0.29 80.61 0.57 0.45
Hex 88 B5 32 19 0 48 1D 51 39 2D
Octal 210 265 62 31 0 110 35 121 71 55
Binary 10001000 10110101 110010 11001 0 1001000 11101 1010001 111001 101101

Color Harmonies of #88B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B532

Black with #88B532

Text Example


Text Example

White with #88B532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,181,50); }

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

background-color css

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

 a { background-color: rgb(136,181,50); }

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

border-color css

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

 span { border-color: rgb(136,181,50); }

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