Html Css Color HEX #88BC34 Limerick

📋 copy color: '#88BC34'

red 136 ◦ green 188 ◦ blue 52

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

Shades of Limerick #88BC34

Tints of Limerick #88BC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 36.17%
G = 50%
B = 13.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#88BC34 (or 0x88BC34) is known color: Limerick. HEX triplet: 88, BC and 34. RGB value is (136,188,52). Sum of RGB (Red+Green+Blue) = 136+188+52=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BC34 is #7743CB. Grayscale: #9D9D9D. Windows color (decimal): -7816140 or 3456136. OLE color: 3456136.

HSL color Cylindrical-coordinate representation of color #88BC34: hue angle of 82.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88BC34 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 188 52 -
CMYK 0.28 0 0.72 0.26
HSL 82.94º 0.57% 0.47% -
HSV(B) 82.94º 0.72% 0.74% -
XYZ 28.76 41.45 9.73 -
YUV 156.95 68.77 113.06 -
System Red Green Blue C M Y K H S L
Decimal 136 188 52 0.28 0 0.72 0.26 82.94 0.57 0.47
Hex 88 BC 34 1C 0 48 1A 53 39 2F
Octal 210 274 64 34 0 110 32 123 71 57
Binary 10001000 10111100 110100 11100 0 1001000 11010 1010011 111001 101111

Color Harmonies of #88BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BC34

Black with #88BC34

Text Example


Text Example

White with #88BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,188,52); }

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

background-color css

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

 a { background-color: rgb(136,188,52); }

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

border-color css

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

 span { border-color: rgb(136,188,52); }

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