Html Css Color HEX #86C410 Lima

📋 copy color: '#86C410'

red 134 ◦ green 196 ◦ blue 16

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

Shades of Lima #86C410

Tints of Lima #86C410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.65%

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

R = 38.73%
G = 56.65%
B = 4.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#86C410 (or 0x86C410) is known color: Lima. HEX triplet: 86, C4 and 10. RGB value is (134,196,16). Sum of RGB (Red+Green+Blue) = 134+196+16=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #86C410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C410 is #793BEF. Grayscale: #9D9D9D. Windows color (decimal): -7945200 or 1098886. OLE color: 1098886.

HSL color Cylindrical-coordinate representation of color #86C410: hue angle of 80.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86C410 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 196 16 -
CMYK 0.32 0 0.92 0.23
HSL 80.67º 0.85% 0.42% -
HSV(B) 80.67º 0.92% 0.77% -
XYZ 29.66 44.59 7.53 -
YUV 156.94 48.46 111.64 -
System Red Green Blue C M Y K H S L
Decimal 134 196 16 0.32 0 0.92 0.23 80.67 0.85 0.42
Hex 86 C4 10 20 0 5C 17 51 55 2A
Octal 206 304 20 40 0 134 27 121 125 52
Binary 10000110 11000100 10000 100000 0 1011100 10111 1010001 1010101 101010

Color Harmonies of #86C410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C410

Black with #86C410

Text Example


Text Example

White with #86C410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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