Html Css Color HEX #8BA977 Amulet

📋 copy color: '#8BA977'

red 139 ◦ green 169 ◦ blue 119

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

Shades of Amulet #8BA977

Tints of Amulet #8BA977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.87%

R = 32.55%
G = 39.58%
B = 27.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#8BA977 (or 0x8BA977) is known color: Amulet. HEX triplet: 8B, A9 and 77. RGB value is (139,169,119). Sum of RGB (Red+Green+Blue) = 139+169+119=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA977 is #745688. Grayscale: #9A9A9A. Windows color (decimal): -7624329 or 7842187. OLE color: 7842187.

HSL color Cylindrical-coordinate representation of color #8BA977: hue angle of 96º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BA977 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 119 -
CMYK 0.18 0 0.30 0.34
HSL 96º 0.23% 0.56% -
HSV(B) 96º 0.3% 0.66% -
XYZ 28.17 35.2 22.76 -
YUV 154.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 139 169 119 0.18 0 0.30 0.34 96 0.23 0.56
Hex 8B A9 77 12 0 1E 22 60 17 38
Octal 213 251 167 22 0 36 42 140 27 70
Binary 10001011 10101001 1110111 10010 0 11110 100010 1100000 10111 111000

Color Harmonies of #8BA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA977

Black with #8BA977

Text Example


Text Example

White with #8BA977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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