Html Css Color HEX #8B9880 Amulet

📋 copy color: '#8B9880'

red 139 ◦ green 152 ◦ blue 128

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

Shades of Amulet #8B9880

Tints of Amulet #8B9880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.28%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 33.17%
G = 36.28%
B = 30.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#8B9880 (or 0x8B9880) is known color: Amulet. HEX triplet: 8B, 98 and 80. RGB value is (139,152,128). Sum of RGB (Red+Green+Blue) = 139+152+128=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9880 is #74677F. Grayscale: #919191. Windows color (decimal): -7628672 or 8427659. OLE color: 8427659.

HSL color Cylindrical-coordinate representation of color #8B9880: hue angle of 92.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B9880 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 152 128 -
CMYK 0.09 0 0.16 0.40
HSL 92.5º 0.1% 0.55% -
HSV(B) 92.5º 0.16% 0.6% -
XYZ 25.77 29.5 24.76 -
YUV 145.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 139 152 128 0.09 0 0.16 0.40 92.5 0.1 0.55
Hex 8B 98 80 9 0 10 28 5C A 37
Octal 213 230 200 11 0 20 50 134 12 67
Binary 10001011 10011000 10000000 1001 0 10000 101000 1011100 1010 110111

Color Harmonies of #8B9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9880

Black with #8B9880

Text Example


Text Example

White with #8B9880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,152,128); }

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

background-color css

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

 a { background-color: rgb(139,152,128); }

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

border-color css

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

 span { border-color: rgb(139,152,128); }

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