Html Css Color HEX #86B276 Amulet

📋 copy color: '#86B276'

red 134 ◦ green 178 ◦ blue 118

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

Shades of Amulet #86B276

Tints of Amulet #86B276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 31.16%
G = 41.4%
B = 27.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#86B276 (or 0x86B276) is known color: Amulet. HEX triplet: 86, B2 and 76. RGB value is (134,178,118). Sum of RGB (Red+Green+Blue) = 134+178+118=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #86B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B276 is #794D89. Grayscale: #9E9E9E. Windows color (decimal): -7949706 or 7778950. OLE color: 7778950.

HSL color Cylindrical-coordinate representation of color #86B276: hue angle of 104º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86B276 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 178 118 -
CMYK 0.25 0 0.34 0.30
HSL 104º 0.28% 0.58% -
HSV(B) 104º 0.34% 0.7% -
XYZ 29.02 38.22 22.99 -
YUV 158 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 134 178 118 0.25 0 0.34 0.30 104 0.28 0.58
Hex 86 B2 76 19 0 22 1E 68 1C 3A
Octal 206 262 166 31 0 42 36 150 34 72
Binary 10000110 10110010 1110110 11001 0 100010 11110 1101000 11100 111010

Color Harmonies of #86B276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B276

Black with #86B276

Text Example


Text Example

White with #86B276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,178,118); }

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

background-color css

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

 a { background-color: rgb(134,178,118); }

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

border-color css

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

 span { border-color: rgb(134,178,118); }

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