Html Css Color HEX #86B313 Lima

📋 copy color: '#86B313'

red 134 ◦ green 179 ◦ blue 19

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

Shades of Lima #86B313

Tints of Lima #86B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.92%

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

R = 40.36%
G = 53.92%
B = 5.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#86B313 (or 0x86B313) is known color: Lima. HEX triplet: 86, B3 and 13. RGB value is (134,179,19). Sum of RGB (Red+Green+Blue) = 134+179+19=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #86B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B313 is #794CEC. Grayscale: #939393. Windows color (decimal): -7949549 or 1291142. OLE color: 1291142.

HSL color Cylindrical-coordinate representation of color #86B313: hue angle of 76.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86B313 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 19 -
CMYK 0.25 0 0.89 0.30
HSL 76.88º 0.81% 0.39% -
HSV(B) 76.88º 0.89% 0.7% -
XYZ 26.07 37.36 6.45 -
YUV 147.31 55.59 118.51 -
System Red Green Blue C M Y K H S L
Decimal 134 179 19 0.25 0 0.89 0.30 76.88 0.81 0.39
Hex 86 B3 13 19 0 59 1E 4D 51 27
Octal 206 263 23 31 0 131 36 115 121 47
Binary 10000110 10110011 10011 11001 0 1011001 11110 1001101 1010001 100111

Color Harmonies of #86B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B313

Black with #86B313

Text Example


Text Example

White with #86B313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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