Html Css Color HEX #86BC16 Lima

📋 copy color: '#86BC16'

red 134 ◦ green 188 ◦ blue 22

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

Shades of Lima #86BC16

Tints of Lima #86BC16

RGB

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

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

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

R = 38.95%
G = 54.65%
B = 6.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#86BC16 (or 0x86BC16) is known color: Lima. HEX triplet: 86, BC and 16. RGB value is (134,188,22). Sum of RGB (Red+Green+Blue) = 134+188+22=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC16 is #7943E9. Grayscale: #999999. Windows color (decimal): -7947242 or 1490054. OLE color: 1490054.

HSL color Cylindrical-coordinate representation of color #86BC16: hue angle of 79.52º 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 #86BC16 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 22 -
CMYK 0.29 0 0.88 0.26
HSL 79.52º 0.79% 0.41% -
HSV(B) 79.52º 0.88% 0.74% -
XYZ 27.96 41.09 7.22 -
YUV 152.93 54.11 114.5 -
System Red Green Blue C M Y K H S L
Decimal 134 188 22 0.29 0 0.88 0.26 79.52 0.79 0.41
Hex 86 BC 16 1D 0 58 1A 50 4F 29
Octal 206 274 26 35 0 130 32 120 117 51
Binary 10000110 10111100 10110 11101 0 1011000 11010 1010000 1001111 101001

Color Harmonies of #86BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC16

Black with #86BC16

Text Example


Text Example

White with #86BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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