Html Css Color HEX #86B413 Lima

📋 copy color: '#86B413'

red 134 ◦ green 180 ◦ blue 19

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

Shades of Lima #86B413

Tints of Lima #86B413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 40.24%
G = 54.05%
B = 5.71%

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

#86B413 (or 0x86B413) is known color: Lima. HEX triplet: 86, B4 and 13. RGB value is (134,180,19). Sum of RGB (Red+Green+Blue) = 134+180+19=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #86B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B413 is #794BEC. Grayscale: #949494. Windows color (decimal): -7949293 or 1291398. OLE color: 1291398.

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

Color convert

RGB 134 180 19 -
CMYK 0.26 0 0.89 0.29
HSL 77.14º 0.81% 0.39% -
HSV(B) 77.14º 0.89% 0.71% -
XYZ 26.27 37.76 6.52 -
YUV 147.89 55.26 118.09 -
System Red Green Blue C M Y K H S L
Decimal 134 180 19 0.26 0 0.89 0.29 77.14 0.81 0.39
Hex 86 B4 13 1A 0 59 1D 4D 51 27
Octal 206 264 23 32 0 131 35 115 121 47
Binary 10000110 10110100 10011 11010 0 1011001 11101 1001101 1010001 100111

Color Harmonies of #86B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B413

Black with #86B413

Text Example


Text Example

White with #86B413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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