Html Css Color HEX #86B478 Amulet

📋 copy color: '#86B478'

red 134 ◦ green 180 ◦ blue 120

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

Shades of Amulet #86B478

Tints of Amulet #86B478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.65%

R = 30.88%
G = 41.47%
B = 27.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#86B478 (or 0x86B478) is known color: Amulet. HEX triplet: 86, B4 and 78. RGB value is (134,180,120). Sum of RGB (Red+Green+Blue) = 134+180+120=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #86B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B478 is #794B87. Grayscale: #9F9F9F. Windows color (decimal): -7949192 or 7910534. OLE color: 7910534.

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

Color convert

RGB 134 180 120 -
CMYK 0.26 0 0.33 0.29
HSL 106º 0.29% 0.59% -
HSV(B) 106º 0.33% 0.71% -
XYZ 29.54 39.07 23.75 -
YUV 159.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 134 180 120 0.26 0 0.33 0.29 106 0.29 0.59
Hex 86 B4 78 1A 0 21 1D 6A 1D 3B
Octal 206 264 170 32 0 41 35 152 35 73
Binary 10000110 10110100 1111000 11010 0 100001 11101 1101010 11101 111011

Color Harmonies of #86B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B478

Black with #86B478

Text Example


Text Example

White with #86B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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