Html Css Color HEX #8BA076 Amulet

📋 copy color: '#8BA076'

red 139 ◦ green 160 ◦ blue 118

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

Shades of Amulet #8BA076

Tints of Amulet #8BA076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

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

R = 33.33%
G = 38.37%
B = 28.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#8BA076 (or 0x8BA076) is known color: Amulet. HEX triplet: 8B, A0 and 76. RGB value is (139,160,118). Sum of RGB (Red+Green+Blue) = 139+160+118=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA076 is #745F89. Grayscale: #959595. Windows color (decimal): -7626634 or 7774347. OLE color: 7774347.

HSL color Cylindrical-coordinate representation of color #8BA076: hue angle of 90º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA076 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 160 118 -
CMYK 0.13 0 0.26 0.37
HSL 90º 0.18% 0.55% -
HSV(B) 90º 0.26% 0.63% -
XYZ 26.49 31.94 21.91 -
YUV 148.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 139 160 118 0.13 0 0.26 0.37 90 0.18 0.55
Hex 8B A0 76 D 0 1A 25 5A 12 37
Octal 213 240 166 15 0 32 45 132 22 67
Binary 10001011 10100000 1110110 1101 0 11010 100101 1011010 10010 110111

Color Harmonies of #8BA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA076

Black with #8BA076

Text Example


Text Example

White with #8BA076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,160,118); }

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

background-color css

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

 a { background-color: rgb(139,160,118); }

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

border-color css

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

 span { border-color: rgb(139,160,118); }

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