Html Css Color HEX #8C9885 Amulet

📋 copy color: '#8C9885'

red 140 ◦ green 152 ◦ blue 133

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

Shades of Amulet #8C9885

Tints of Amulet #8C9885

RGB

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

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

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

R = 32.94%
G = 35.76%
B = 31.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#8C9885 (or 0x8C9885) is known color: Amulet. HEX triplet: 8C, 98 and 85. RGB value is (140,152,133). Sum of RGB (Red+Green+Blue) = 140+152+133=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9885 is #73677A. Grayscale: #929292. Windows color (decimal): -7563131 or 8755340. OLE color: 8755340.

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

Color convert

RGB 140 152 133 -
CMYK 0.08 0 0.13 0.40
HSL 97.89º 0.08% 0.56% -
HSV(B) 97.89º 0.13% 0.6% -
XYZ 26.28 29.73 26.54 -
YUV 146.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 140 152 133 0.08 0 0.13 0.40 97.89 0.08 0.56
Hex 8C 98 85 8 0 D 28 62 8 38
Octal 214 230 205 10 0 15 50 142 10 70
Binary 10001100 10011000 10000101 1000 0 1101 101000 1100010 1000 111000

Color Harmonies of #8C9885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9885

Black with #8C9885

Text Example


Text Example

White with #8C9885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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