Html Css Color HEX #86AB6C Amulet

📋 copy color: '#86AB6C'

red 134 ◦ green 171 ◦ blue 108

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

Shades of Amulet #86AB6C

Tints of Amulet #86AB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 32.45%
G = 41.4%
B = 26.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#86AB6C (or 0x86AB6C) is known color: Amulet. HEX triplet: 86, AB and 6C. RGB value is (134,171,108). Sum of RGB (Red+Green+Blue) = 134+171+108=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB6C is #795493. Grayscale: #989898. Windows color (decimal): -7951508 or 7121798. OLE color: 7121798.

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

Color convert

RGB 134 171 108 -
CMYK 0.22 0 0.37 0.33
HSL 95.24º 0.27% 0.55% -
HSV(B) 95.24º 0.37% 0.67% -
XYZ 27.1 35.28 19.57 -
YUV 152.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 134 171 108 0.22 0 0.37 0.33 95.24 0.27 0.55
Hex 86 AB 6C 16 0 25 21 5F 1B 37
Octal 206 253 154 26 0 45 41 137 33 67
Binary 10000110 10101011 1101100 10110 0 100101 100001 1011111 11011 110111

Color Harmonies of #86AB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB6C

Black with #86AB6C

Text Example


Text Example

White with #86AB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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