Html Css Color HEX #8A987B Amulet

📋 copy color: '#8A987B'

red 138 ◦ green 152 ◦ blue 123

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

Shades of Amulet #8A987B

Tints of Amulet #8A987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 33.41%
G = 36.8%
B = 29.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#8A987B (or 0x8A987B) is known color: Amulet. HEX triplet: 8A, 98 and 7B. RGB value is (138,152,123). Sum of RGB (Red+Green+Blue) = 138+152+123=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #8A987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A987B is #756784. Grayscale: #909090. Windows color (decimal): -7694213 or 8099978. OLE color: 8099978.

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

Color convert

RGB 138 152 123 -
CMYK 0.09 0 0.19 0.40
HSL 88.97º 0.12% 0.54% -
HSV(B) 88.97º 0.19% 0.6% -
XYZ 25.28 29.29 23.06 -
YUV 144.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 138 152 123 0.09 0 0.19 0.40 88.97 0.12 0.54
Hex 8A 98 7B 9 0 13 28 59 C 36
Octal 212 230 173 11 0 23 50 131 14 66
Binary 10001010 10011000 1111011 1001 0 10011 101000 1011001 1100 110110

Color Harmonies of #8A987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A987B

Black with #8A987B

Text Example


Text Example

White with #8A987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,152,123); }

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

background-color css

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

 a { background-color: rgb(138,152,123); }

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

border-color css

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

 span { border-color: rgb(138,152,123); }

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