Html Css Color HEX #86B275 Amulet

📋 copy color: '#86B275'

red 134 ◦ green 178 ◦ blue 117

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

Shades of Amulet #86B275

Tints of Amulet #86B275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 31.24%
G = 41.49%
B = 27.27%

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

#86B275 (or 0x86B275) is known color: Amulet. HEX triplet: 86, B2 and 75. RGB value is (134,178,117). Sum of RGB (Red+Green+Blue) = 134+178+117=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #86B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B275 is #794D8A. Grayscale: #9E9E9E. Windows color (decimal): -7949707 or 7713414. OLE color: 7713414.

HSL color Cylindrical-coordinate representation of color #86B275: hue angle of 103.28º 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 #86B275 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 178 117 -
CMYK 0.25 0 0.34 0.30
HSL 103.28º 0.28% 0.58% -
HSV(B) 103.28º 0.34% 0.7% -
XYZ 28.96 38.19 22.68 -
YUV 157.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 134 178 117 0.25 0 0.34 0.30 103.28 0.28 0.58
Hex 86 B2 75 19 0 22 1E 67 1C 3A
Octal 206 262 165 31 0 42 36 147 34 72
Binary 10000110 10110010 1110101 11001 0 100010 11110 1100111 11100 111010

Color Harmonies of #86B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B275

Black with #86B275

Text Example


Text Example

White with #86B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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