Html Css Color HEX #88B614 Limerick

📋 copy color: '#88B614'

red 136 ◦ green 182 ◦ blue 20

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

Shades of Limerick #88B614

Tints of Limerick #88B614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.85%

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 40.24%
G = 53.85%
B = 5.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#88B614 (or 0x88B614) is known color: Limerick. HEX triplet: 88, B6 and 14. RGB value is (136,182,20). Sum of RGB (Red+Green+Blue) = 136+182+20=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #88B614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B614 is #7749EB. Grayscale: #969696. Windows color (decimal): -7817708 or 1357448. OLE color: 1357448.

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

Color convert

RGB 136 182 20 -
CMYK 0.25 0 0.89 0.29
HSL 77.04º 0.8% 0.4% -
HSV(B) 77.04º 0.89% 0.71% -
XYZ 27.01 38.74 6.72 -
YUV 149.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 136 182 20 0.25 0 0.89 0.29 77.04 0.8 0.4
Hex 88 B6 14 19 0 59 1D 4D 50 28
Octal 210 266 24 31 0 131 35 115 120 50
Binary 10001000 10110110 10100 11001 0 1011001 11101 1001101 1010000 101000

Color Harmonies of #88B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B614

Black with #88B614

Text Example


Text Example

White with #88B614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,182,20); }

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

background-color css

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

 a { background-color: rgb(136,182,20); }

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

border-color css

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

 span { border-color: rgb(136,182,20); }

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