Html Css Color HEX #88C01C Limerick

📋 copy color: '#88C01C'

red 136 ◦ green 192 ◦ blue 28

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

Shades of Limerick #88C01C

Tints of Limerick #88C01C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.93%

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 38.2%
G = 53.93%
B = 7.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#88C01C (or 0x88C01C) is known color: Limerick. HEX triplet: 88, C0 and 1C. RGB value is (136,192,28). Sum of RGB (Red+Green+Blue) = 136+192+28=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #88C01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C01C is #773FE3. Grayscale: #9D9D9D. Windows color (decimal): -7815140 or 1884296. OLE color: 1884296.

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

Color convert

RGB 136 192 28 -
CMYK 0.29 0 0.85 0.25
HSL 80.49º 0.75% 0.43% -
HSV(B) 80.49º 0.85% 0.75% -
XYZ 29.21 43.02 7.86 -
YUV 156.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 136 192 28 0.29 0 0.85 0.25 80.49 0.75 0.43
Hex 88 C0 1C 1D 0 55 19 50 4B 2B
Octal 210 300 34 35 0 125 31 120 113 53
Binary 10001000 11000000 11100 11101 0 1010101 11001 1010000 1001011 101011

Color Harmonies of #88C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C01C

Black with #88C01C

Text Example


Text Example

White with #88C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,28); }

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

background-color css

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

 a { background-color: rgb(136,192,28); }

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

border-color css

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

 span { border-color: rgb(136,192,28); }

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