Html Css Color HEX #86B910 Lima

📋 copy color: '#86B910'

red 134 ◦ green 185 ◦ blue 16

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

Shades of Lima #86B910

Tints of Lima #86B910

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.22%

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

R = 40%
G = 55.22%
B = 4.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#86B910 (or 0x86B910) is known color: Lima. HEX triplet: 86, B9 and 10. RGB value is (134,185,16). Sum of RGB (Red+Green+Blue) = 134+185+16=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #86B910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B910 is #7946EF. Grayscale: #979797. Windows color (decimal): -7948016 or 1096070. OLE color: 1096070.

HSL color Cylindrical-coordinate representation of color #86B910: hue angle of 78.11º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86B910 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 185 16 -
CMYK 0.28 0 0.91 0.27
HSL 78.11º 0.84% 0.39% -
HSV(B) 78.11º 0.91% 0.73% -
XYZ 27.27 39.8 6.74 -
YUV 150.49 52.1 116.24 -
System Red Green Blue C M Y K H S L
Decimal 134 185 16 0.28 0 0.91 0.27 78.11 0.84 0.39
Hex 86 B9 10 1C 0 5B 1B 4E 54 27
Octal 206 271 20 34 0 133 33 116 124 47
Binary 10000110 10111001 10000 11100 0 1011011 11011 1001110 1010100 100111

Color Harmonies of #86B910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B910

Black with #86B910

Text Example


Text Example

White with #86B910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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