Html Css Color HEX #86B410 Lima

📋 copy color: '#86B410'

red 134 ◦ green 180 ◦ blue 16

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

Shades of Lima #86B410

Tints of Lima #86B410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.55%

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

R = 40.61%
G = 54.55%
B = 4.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#86B410 (or 0x86B410) is known color: Lima. HEX triplet: 86, B4 and 10. RGB value is (134,180,16). Sum of RGB (Red+Green+Blue) = 134+180+16=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #86B410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B410 is #794BEF. Grayscale: #949494. Windows color (decimal): -7949296 or 1094790. OLE color: 1094790.

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

Color convert

RGB 134 180 16 -
CMYK 0.26 0 0.91 0.29
HSL 76.83º 0.84% 0.38% -
HSV(B) 76.83º 0.91% 0.71% -
XYZ 26.25 37.75 6.39 -
YUV 147.55 53.76 118.34 -
System Red Green Blue C M Y K H S L
Decimal 134 180 16 0.26 0 0.91 0.29 76.83 0.84 0.38
Hex 86 B4 10 1A 0 5B 1D 4D 54 26
Octal 206 264 20 32 0 133 35 115 124 46
Binary 10000110 10110100 10000 11010 0 1011011 11101 1001101 1010100 100110

Color Harmonies of #86B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B410

Black with #86B410

Text Example


Text Example

White with #86B410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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