Html Css Color HEX #86B414 Lima

📋 copy color: '#86B414'

red 134 ◦ green 180 ◦ blue 20

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

Shades of Lima #86B414

Tints of Lima #86B414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 40.12%
G = 53.89%
B = 5.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#86B414 (or 0x86B414) is known color: Lima. HEX triplet: 86, B4 and 14. RGB value is (134,180,20). Sum of RGB (Red+Green+Blue) = 134+180+20=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #86B414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B414 is #794BEB. Grayscale: #949494. Windows color (decimal): -7949292 or 1356934. OLE color: 1356934.

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

Color convert

RGB 134 180 20 -
CMYK 0.26 0 0.89 0.29
HSL 77.25º 0.8% 0.39% -
HSV(B) 77.25º 0.89% 0.71% -
XYZ 26.28 37.76 6.57 -
YUV 148.01 55.76 118.01 -
System Red Green Blue C M Y K H S L
Decimal 134 180 20 0.26 0 0.89 0.29 77.25 0.8 0.39
Hex 86 B4 14 1A 0 59 1D 4D 50 27
Octal 206 264 24 32 0 131 35 115 120 47
Binary 10000110 10110100 10100 11010 0 1011001 11101 1001101 1010000 100111

Color Harmonies of #86B414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B414

Black with #86B414

Text Example


Text Example

White with #86B414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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