Html Css Color HEX #8BA979 Amulet

📋 copy color: '#8BA979'

red 139 ◦ green 169 ◦ blue 121

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

Shades of Amulet #8BA979

Tints of Amulet #8BA979

RGB

 RED value IS 139 (54.69% from 255) = 32.4%

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 32.4%
G = 39.39%
B = 28.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#8BA979 (or 0x8BA979) is known color: Amulet. HEX triplet: 8B, A9 and 79. RGB value is (139,169,121). Sum of RGB (Red+Green+Blue) = 139+169+121=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA979 is #745686. Grayscale: #9A9A9A. Windows color (decimal): -7624327 or 7973259. OLE color: 7973259.

HSL color Cylindrical-coordinate representation of color #8BA979: hue angle of 97.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BA979 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 121 -
CMYK 0.18 0 0.28 0.34
HSL 97.5º 0.22% 0.57% -
HSV(B) 97.5º 0.28% 0.66% -
XYZ 28.29 35.25 23.4 -
YUV 154.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 139 169 121 0.18 0 0.28 0.34 97.5 0.22 0.57
Hex 8B A9 79 12 0 1C 22 62 16 39
Octal 213 251 171 22 0 34 42 142 26 71
Binary 10001011 10101001 1111001 10010 0 11100 100010 1100010 10110 111001

Color Harmonies of #8BA979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA979

Black with #8BA979

Text Example


Text Example

White with #8BA979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA979; }

 p { color: rgb(139,169,121); }

 H1.HeaderClassName
 {
   color: #8BA979;
 }
 .AnyTagClassName
 {
   color: #8BA979;
 }
</style>

background-color css

<style>
 a { background-color: #8BA979; }

 a { background-color: rgb(139,169,121); }

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

border-color css

<style>
 span { border-color: #8BA979; }

 span { border-color: rgb(139,169,121); }

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