Html Css Color HEX #86C317 Lima

📋 copy color: '#86C317'

red 134 ◦ green 195 ◦ blue 23

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

Shades of Lima #86C317

Tints of Lima #86C317

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

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

R = 38.07%
G = 55.4%
B = 6.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#86C317 (or 0x86C317) is known color: Lima. HEX triplet: 86, C3 and 17. RGB value is (134,195,23). Sum of RGB (Red+Green+Blue) = 134+195+23=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #86C317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C317 is #793CE8. Grayscale: #9D9D9D. Windows color (decimal): -7945449 or 1557382. OLE color: 1557382.

HSL color Cylindrical-coordinate representation of color #86C317: hue angle of 81.28º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86C317 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 23 -
CMYK 0.31 0 0.88 0.24
HSL 81.28º 0.79% 0.43% -
HSV(B) 81.28º 0.88% 0.76% -
XYZ 29.5 44.16 7.78 -
YUV 157.15 52.29 111.49 -
System Red Green Blue C M Y K H S L
Decimal 134 195 23 0.31 0 0.88 0.24 81.28 0.79 0.43
Hex 86 C3 17 1F 0 58 18 51 4F 2B
Octal 206 303 27 37 0 130 30 121 117 53
Binary 10000110 11000011 10111 11111 0 1011000 11000 1010001 1001111 101011

Color Harmonies of #86C317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C317

Black with #86C317

Text Example


Text Example

White with #86C317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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