Html Css Color HEX #86A80B Lima

📋 copy color: '#86A80B'

red 134 ◦ green 168 ◦ blue 11

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

Shades of Lima #86A80B

Tints of Lima #86A80B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.67%

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 42.81%
G = 53.67%
B = 3.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#86A80B (or 0x86A80B) is known color: Lima. HEX triplet: 86, A8 and 0B. RGB value is (134,168,11). Sum of RGB (Red+Green+Blue) = 134+168+11=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #86A80B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A80B is #7957F4. Grayscale: #8C8C8C. Windows color (decimal): -7952373 or 764038. OLE color: 764038.

HSL color Cylindrical-coordinate representation of color #86A80B: hue angle of 72.99º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86A80B is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 168 11 -
CMYK 0.20 0 0.93 0.34
HSL 72.99º 0.88% 0.35% -
HSV(B) 72.99º 0.93% 0.66% -
XYZ 23.89 33.1 5.45 -
YUV 139.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 134 168 11 0.20 0 0.93 0.34 72.99 0.88 0.35
Hex 86 A8 B 14 0 5D 22 49 58 23
Octal 206 250 13 24 0 135 42 111 130 43
Binary 10000110 10101000 1011 10100 0 1011101 100010 1001001 1011000 100011

Color Harmonies of #86A80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A80B

Black with #86A80B

Text Example


Text Example

White with #86A80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,168,11); }

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

background-color css

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

 a { background-color: rgb(134,168,11); }

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

border-color css

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

 span { border-color: rgb(134,168,11); }

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