Html Css Color HEX #86BE0E Lima

📋 copy color: '#86BE0E'

red 134 ◦ green 190 ◦ blue 14

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

Shades of Lima #86BE0E

Tints of Lima #86BE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.21%

 BLUE value IS 14 (5.86% from 255) = 4.14%

R = 39.64%
G = 56.21%
B = 4.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#86BE0E (or 0x86BE0E) is known color: Lima. HEX triplet: 86, BE and 0E. RGB value is (134,190,14). Sum of RGB (Red+Green+Blue) = 134+190+14=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BE0E is #7941F1. Grayscale: #999999. Windows color (decimal): -7946738 or 966278. OLE color: 966278.

HSL color Cylindrical-coordinate representation of color #86BE0E: hue angle of 79.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86BE0E is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 190 14 -
CMYK 0.29 0 0.93 0.25
HSL 79.09º 0.86% 0.4% -
HSV(B) 79.09º 0.93% 0.75% -
XYZ 28.32 41.93 7.02 -
YUV 153.19 49.45 114.31 -
System Red Green Blue C M Y K H S L
Decimal 134 190 14 0.29 0 0.93 0.25 79.09 0.86 0.4
Hex 86 BE E 1D 0 5D 19 4F 56 28
Octal 206 276 16 35 0 135 31 117 126 50
Binary 10000110 10111110 1110 11101 0 1011101 11001 1001111 1010110 101000

Color Harmonies of #86BE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE0E

Black with #86BE0E

Text Example


Text Example

White with #86BE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,190,14); }

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

background-color css

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

 a { background-color: rgb(134,190,14); }

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

border-color css

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

 span { border-color: rgb(134,190,14); }

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