Html Css Color HEX #88BC16 Limerick

📋 copy color: '#88BC16'

red 136 ◦ green 188 ◦ blue 22

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

Shades of Limerick #88BC16

Tints of Limerick #88BC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 39.31%
G = 54.34%
B = 6.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#88BC16 (or 0x88BC16) is known color: Limerick. HEX triplet: 88, BC and 16. RGB value is (136,188,22). Sum of RGB (Red+Green+Blue) = 136+188+22=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BC16 is #7743E9. Grayscale: #9A9A9A. Windows color (decimal): -7816170 or 1490056. OLE color: 1490056.

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

Color convert

RGB 136 188 22 -
CMYK 0.28 0 0.88 0.26
HSL 78.8º 0.79% 0.41% -
HSV(B) 78.8º 0.88% 0.74% -
XYZ 28.28 41.26 7.23 -
YUV 153.53 53.77 115.5 -
System Red Green Blue C M Y K H S L
Decimal 136 188 22 0.28 0 0.88 0.26 78.8 0.79 0.41
Hex 88 BC 16 1C 0 58 1A 4F 4F 29
Octal 210 274 26 34 0 130 32 117 117 51
Binary 10001000 10111100 10110 11100 0 1011000 11010 1001111 1001111 101001

Color Harmonies of #88BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BC16

Black with #88BC16

Text Example


Text Example

White with #88BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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