Html Css Color HEX #8C9A85 Amulet

📋 copy color: '#8C9A85'

red 140 ◦ green 154 ◦ blue 133

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

Shades of Amulet #8C9A85

Tints of Amulet #8C9A85

RGB

 RED value IS 140 (55.08% from 255) = 32.79%

 GREEN value IS 154 (60.55% from 255) = 36.07%

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 32.79%
G = 36.07%
B = 31.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#8C9A85 (or 0x8C9A85) is known color: Amulet. HEX triplet: 8C, 9A and 85. RGB value is (140,154,133). Sum of RGB (Red+Green+Blue) = 140+154+133=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9A85 is #73657A. Grayscale: #939393. Windows color (decimal): -7562619 or 8755852. OLE color: 8755852.

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

Color convert

RGB 140 154 133 -
CMYK 0.09 0 0.14 0.40
HSL 100º 0.09% 0.56% -
HSV(B) 100º 0.14% 0.6% -
XYZ 26.6 30.38 26.65 -
YUV 147.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 140 154 133 0.09 0 0.14 0.40 100 0.09 0.56
Hex 8C 9A 85 9 0 E 28 64 9 38
Octal 214 232 205 11 0 16 50 144 11 70
Binary 10001100 10011010 10000101 1001 0 1110 101000 1100100 1001 111000

Color Harmonies of #8C9A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9A85

Black with #8C9A85

Text Example


Text Example

White with #8C9A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,154,133); }

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

background-color css

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

 a { background-color: rgb(140,154,133); }

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

border-color css

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

 span { border-color: rgb(140,154,133); }

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