Html Css Color HEX #86B90F Lima

📋 copy color: '#86B90F'

red 134 ◦ green 185 ◦ blue 15

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

Shades of Lima #86B90F

Tints of Lima #86B90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 40.12%
G = 55.39%
B = 4.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#86B90F (or 0x86B90F) is known color: Lima. HEX triplet: 86, B9 and 0F. RGB value is (134,185,15). Sum of RGB (Red+Green+Blue) = 134+185+15=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 185 (72.66% from 255 or 55.39% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 185 - color contains mainly: green. Hex color #86B90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B90F is #7946F0. Grayscale: #979797. Windows color (decimal): -7948017 or 1030534. OLE color: 1030534.

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

Color convert

RGB 134 185 15 -
CMYK 0.28 0 0.92 0.27
HSL 78º 0.85% 0.39% -
HSV(B) 78º 0.92% 0.73% -
XYZ 27.27 39.8 6.7 -
YUV 150.37 51.6 116.32 -
System Red Green Blue C M Y K H S L
Decimal 134 185 15 0.28 0 0.92 0.27 78 0.85 0.39
Hex 86 B9 F 1C 0 5C 1B 4E 55 27
Octal 206 271 17 34 0 134 33 116 125 47
Binary 10000110 10111001 1111 11100 0 1011100 11011 1001110 1010101 100111

Color Harmonies of #86B90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B90F

Black with #86B90F

Text Example


Text Example

White with #86B90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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