Html Css Color HEX #88B214 Limerick

📋 copy color: '#88B214'

red 136 ◦ green 178 ◦ blue 20

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

Shades of Limerick #88B214

Tints of Limerick #88B214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.29%

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

R = 40.72%
G = 53.29%
B = 5.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#88B214 (or 0x88B214) is known color: Limerick. HEX triplet: 88, B2 and 14. RGB value is (136,178,20). Sum of RGB (Red+Green+Blue) = 136+178+20=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #88B214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88B214 is #774DEB. Grayscale: #949494. Windows color (decimal): -7818732 or 1356424. OLE color: 1356424.

HSL color Cylindrical-coordinate representation of color #88B214: hue angle of 75.95º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88B214 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 178 20 -
CMYK 0.24 0 0.89 0.30
HSL 75.95º 0.8% 0.39% -
HSV(B) 75.95º 0.89% 0.7% -
XYZ 26.2 37.13 6.45 -
YUV 147.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 136 178 20 0.24 0 0.89 0.30 75.95 0.8 0.39
Hex 88 B2 14 18 0 59 1E 4C 50 27
Octal 210 262 24 30 0 131 36 114 120 47
Binary 10001000 10110010 10100 11000 0 1011001 11110 1001100 1010000 100111

Color Harmonies of #88B214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B214

Black with #88B214

Text Example


Text Example

White with #88B214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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