Html Css Color HEX #88BA10 Lima

📋 copy color: '#88BA10'

red 136 ◦ green 186 ◦ blue 16

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

Shades of Lima #88BA10

Tints of Lima #88BA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.03%

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 40.24%
G = 55.03%
B = 4.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#88BA10 (or 0x88BA10) is known color: Lima. HEX triplet: 88, BA and 10. RGB value is (136,186,16). Sum of RGB (Red+Green+Blue) = 136+186+16=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA10 is #7745EF. Grayscale: #989898. Windows color (decimal): -7816688 or 1096328. OLE color: 1096328.

HSL color Cylindrical-coordinate representation of color #88BA10: hue angle of 77.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88BA10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 186 16 -
CMYK 0.27 0 0.91 0.27
HSL 77.65º 0.84% 0.4% -
HSV(B) 77.65º 0.91% 0.73% -
XYZ 27.81 40.39 6.82 -
YUV 151.67 51.44 116.82 -
System Red Green Blue C M Y K H S L
Decimal 136 186 16 0.27 0 0.91 0.27 77.65 0.84 0.4
Hex 88 BA 10 1B 0 5B 1B 4E 54 28
Octal 210 272 20 33 0 133 33 116 124 50
Binary 10001000 10111010 10000 11011 0 1011011 11011 1001110 1010100 101000

Color Harmonies of #88BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BA10

Black with #88BA10

Text Example


Text Example

White with #88BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,186,16); }

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

background-color css

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

 a { background-color: rgb(136,186,16); }

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

border-color css

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

 span { border-color: rgb(136,186,16); }

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