Html Css Color HEX #8AB179 Amulet

📋 copy color: '#8AB179'

red 138 ◦ green 177 ◦ blue 121

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

Shades of Amulet #8AB179

Tints of Amulet #8AB179

RGB

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

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

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

R = 31.65%
G = 40.6%
B = 27.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#8AB179 (or 0x8AB179) is known color: Amulet. HEX triplet: 8A, B1 and 79. RGB value is (138,177,121). Sum of RGB (Red+Green+Blue) = 138+177+121=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB179 is #754E86. Grayscale: #9F9F9F. Windows color (decimal): -7687815 or 7975306. OLE color: 7975306.

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

Color convert

RGB 138 177 121 -
CMYK 0.22 0 0.32 0.31
HSL 101.79º 0.26% 0.58% -
HSV(B) 101.79º 0.32% 0.69% -
XYZ 29.65 38.23 23.9 -
YUV 158.96 106.58 113.05 -
System Red Green Blue C M Y K H S L
Decimal 138 177 121 0.22 0 0.32 0.31 101.79 0.26 0.58
Hex 8A B1 79 16 0 20 1F 66 1A 3A
Octal 212 261 171 26 0 40 37 146 32 72
Binary 10001010 10110001 1111001 10110 0 100000 11111 1100110 11010 111010

Color Harmonies of #8AB179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB179

Black with #8AB179

Text Example


Text Example

White with #8AB179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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