Html Css Color HEX #8AB176 Amulet

📋 copy color: '#8AB176'

red 138 ◦ green 177 ◦ blue 118

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

Shades of Amulet #8AB176

Tints of Amulet #8AB176

RGB

 RED value IS 138 (54.3% from 255) = 31.87%

 GREEN value IS 177 (69.53% from 255) = 40.88%

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

R = 31.87%
G = 40.88%
B = 27.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#8AB176 (or 0x8AB176) is known color: Amulet. HEX triplet: 8A, B1 and 76. RGB value is (138,177,118). Sum of RGB (Red+Green+Blue) = 138+177+118=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB176 is #754E89. Grayscale: #9E9E9E. Windows color (decimal): -7687818 or 7778698. OLE color: 7778698.

HSL color Cylindrical-coordinate representation of color #8AB176: hue angle of 99.66º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AB176 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 177 118 -
CMYK 0.22 0 0.33 0.31
HSL 99.66º 0.27% 0.58% -
HSV(B) 99.66º 0.33% 0.69% -
XYZ 29.47 38.16 22.95 -
YUV 158.61 105.08 113.3 -
System Red Green Blue C M Y K H S L
Decimal 138 177 118 0.22 0 0.33 0.31 99.66 0.27 0.58
Hex 8A B1 76 16 0 21 1F 64 1B 3A
Octal 212 261 166 26 0 41 37 144 33 72
Binary 10001010 10110001 1110110 10110 0 100001 11111 1100100 11011 111010

Color Harmonies of #8AB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB176

Black with #8AB176

Text Example


Text Example

White with #8AB176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,177,118); }

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

background-color css

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

 a { background-color: rgb(138,177,118); }

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

border-color css

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

 span { border-color: rgb(138,177,118); }

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