Html Css Color HEX #86AB10 Lima

📋 copy color: '#86AB10'

red 134 ◦ green 171 ◦ blue 16

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

Shades of Lima #86AB10

Tints of Lima #86AB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.27%

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

R = 41.74%
G = 53.27%
B = 4.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#86AB10 (or 0x86AB10) is known color: Lima. HEX triplet: 86, AB and 10. RGB value is (134,171,16). Sum of RGB (Red+Green+Blue) = 134+171+16=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AB10 is #7954EF. Grayscale: #8E8E8E. Windows color (decimal): -7951600 or 1092486. OLE color: 1092486.

HSL color Cylindrical-coordinate representation of color #86AB10: hue angle of 74.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86AB10 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 171 16 -
CMYK 0.22 0 0.91 0.33
HSL 74.32º 0.83% 0.37% -
HSV(B) 74.32º 0.91% 0.67% -
XYZ 24.49 34.23 5.81 -
YUV 142.27 56.74 122.1 -
System Red Green Blue C M Y K H S L
Decimal 134 171 16 0.22 0 0.91 0.33 74.32 0.83 0.37
Hex 86 AB 10 16 0 5B 21 4A 53 25
Octal 206 253 20 26 0 133 41 112 123 45
Binary 10000110 10101011 10000 10110 0 1011011 100001 1001010 1010011 100101

Color Harmonies of #86AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB10

Black with #86AB10

Text Example


Text Example

White with #86AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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