Html Css Color HEX #86BC10 Lima

📋 copy color: '#86BC10'

red 134 ◦ green 188 ◦ blue 16

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

Shades of Lima #86BC10

Tints of Lima #86BC10

RGB

 RED value IS 134 (52.73% from 255) = 39.64%

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

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

R = 39.64%
G = 55.62%
B = 4.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#86BC10 (or 0x86BC10) is known color: Lima. HEX triplet: 86, BC and 10. RGB value is (134,188,16). Sum of RGB (Red+Green+Blue) = 134+188+16=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC10 is #7943EF. Grayscale: #989898. Windows color (decimal): -7947248 or 1096838. OLE color: 1096838.

HSL color Cylindrical-coordinate representation of color #86BC10: hue angle of 78.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86BC10 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 16 -
CMYK 0.29 0 0.91 0.26
HSL 78.84º 0.84% 0.4% -
HSV(B) 78.84º 0.91% 0.74% -
XYZ 27.91 41.07 6.95 -
YUV 152.25 51.11 114.99 -
System Red Green Blue C M Y K H S L
Decimal 134 188 16 0.29 0 0.91 0.26 78.84 0.84 0.4
Hex 86 BC 10 1D 0 5B 1A 4F 54 28
Octal 206 274 20 35 0 133 32 117 124 50
Binary 10000110 10111100 10000 11101 0 1011011 11010 1001111 1010100 101000

Color Harmonies of #86BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC10

Black with #86BC10

Text Example


Text Example

White with #86BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BC10; }

 p { color: rgb(134,188,16); }

 H1.HeaderClassName
 {
   color: #86BC10;
 }
 .AnyTagClassName
 {
   color: #86BC10;
 }
</style>

background-color css

<style>
 a { background-color: #86BC10; }

 a { background-color: rgb(134,188,16); }

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

border-color css

<style>
 span { border-color: #86BC10; }

 span { border-color: rgb(134,188,16); }

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