Html Css Color HEX #86BC17 Lima

📋 copy color: '#86BC17'

red 134 ◦ green 188 ◦ blue 23

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

Shades of Lima #86BC17

Tints of Lima #86BC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.67%

R = 38.84%
G = 54.49%
B = 6.67%

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

#86BC17 (or 0x86BC17) is known color: Lima. HEX triplet: 86, BC and 17. RGB value is (134,188,23). Sum of RGB (Red+Green+Blue) = 134+188+23=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC17 is #7943E8. Grayscale: #999999. Windows color (decimal): -7947241 or 1555590. OLE color: 1555590.

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

Color convert

RGB 134 188 23 -
CMYK 0.29 0 0.88 0.26
HSL 79.64º 0.78% 0.41% -
HSV(B) 79.64º 0.88% 0.74% -
XYZ 27.97 41.1 7.27 -
YUV 153.04 54.61 114.42 -
System Red Green Blue C M Y K H S L
Decimal 134 188 23 0.29 0 0.88 0.26 79.64 0.78 0.41
Hex 86 BC 17 1D 0 58 1A 50 4E 29
Octal 206 274 27 35 0 130 32 120 116 51
Binary 10000110 10111100 10111 11101 0 1011000 11010 1010000 1001110 101001

Color Harmonies of #86BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC17

Black with #86BC17

Text Example


Text Example

White with #86BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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