Html Css Color HEX #88B526 Limerick

📋 copy color: '#88B526'

red 136 ◦ green 181 ◦ blue 38

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

Shades of Limerick #88B526

Tints of Limerick #88B526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.7%

R = 38.31%
G = 50.99%
B = 10.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#88B526 (or 0x88B526) is known color: Limerick. HEX triplet: 88, B5 and 26. RGB value is (136,181,38). Sum of RGB (Red+Green+Blue) = 136+181+38=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #88B526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B526 is #774AD9. Grayscale: #979797. Windows color (decimal): -7817946 or 2536840. OLE color: 2536840.

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

Color convert

RGB 136 181 38 -
CMYK 0.25 0 0.79 0.29
HSL 78.88º 0.65% 0.43% -
HSV(B) 78.88º 0.79% 0.71% -
XYZ 27.03 38.42 7.83 -
YUV 151.24 64.09 117.13 -
System Red Green Blue C M Y K H S L
Decimal 136 181 38 0.25 0 0.79 0.29 78.88 0.65 0.43
Hex 88 B5 26 19 0 4F 1D 4F 41 2B
Octal 210 265 46 31 0 117 35 117 101 53
Binary 10001000 10110101 100110 11001 0 1001111 11101 1001111 1000001 101011

Color Harmonies of #88B526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B526

Black with #88B526

Text Example


Text Example

White with #88B526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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