Html Css Color HEX #86B915 Lima

📋 copy color: '#86B915'

red 134 ◦ green 185 ◦ blue 21

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

Shades of Lima #86B915

Tints of Lima #86B915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 39.41%
G = 54.41%
B = 6.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#86B915 (or 0x86B915) is known color: Lima. HEX triplet: 86, B9 and 15. RGB value is (134,185,21). Sum of RGB (Red+Green+Blue) = 134+185+21=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #86B915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B915 is #7946EA. Grayscale: #979797. Windows color (decimal): -7948011 or 1423750. OLE color: 1423750.

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

Color convert

RGB 134 185 21 -
CMYK 0.28 0 0.89 0.27
HSL 78.66º 0.8% 0.4% -
HSV(B) 78.66º 0.89% 0.73% -
XYZ 27.32 39.82 6.96 -
YUV 151.06 54.6 115.84 -
System Red Green Blue C M Y K H S L
Decimal 134 185 21 0.28 0 0.89 0.27 78.66 0.8 0.4
Hex 86 B9 15 1C 0 59 1B 4F 50 28
Octal 206 271 25 34 0 131 33 117 120 50
Binary 10000110 10111001 10101 11100 0 1011001 11011 1001111 1010000 101000

Color Harmonies of #86B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B915

Black with #86B915

Text Example


Text Example

White with #86B915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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