Html Css Color HEX #86B474 Amulet

📋 copy color: '#86B474'

red 134 ◦ green 180 ◦ blue 116

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

Shades of Amulet #86B474

Tints of Amulet #86B474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 31.16%
G = 41.86%
B = 26.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#86B474 (or 0x86B474) is known color: Amulet. HEX triplet: 86, B4 and 74. RGB value is (134,180,116). Sum of RGB (Red+Green+Blue) = 134+180+116=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #86B474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B474 is #794B8B. Grayscale: #9F9F9F. Windows color (decimal): -7949196 or 7648390. OLE color: 7648390.

HSL color Cylindrical-coordinate representation of color #86B474: hue angle of 103.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86B474 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 116 -
CMYK 0.26 0 0.36 0.29
HSL 103.13º 0.3% 0.58% -
HSV(B) 103.13º 0.36% 0.71% -
XYZ 29.31 38.97 22.5 -
YUV 158.95 103.76 110.2 -
System Red Green Blue C M Y K H S L
Decimal 134 180 116 0.26 0 0.36 0.29 103.13 0.3 0.58
Hex 86 B4 74 1A 0 24 1D 67 1E 3A
Octal 206 264 164 32 0 44 35 147 36 72
Binary 10000110 10110100 1110100 11010 0 100100 11101 1100111 11110 111010

Color Harmonies of #86B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B474

Black with #86B474

Text Example


Text Example

White with #86B474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,180,116); }

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

background-color css

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

 a { background-color: rgb(134,180,116); }

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

border-color css

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

 span { border-color: rgb(134,180,116); }

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