Html Css Color HEX #8C9881 Amulet

📋 copy color: '#8C9881'

red 140 ◦ green 152 ◦ blue 129

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

Shades of Amulet #8C9881

Tints of Amulet #8C9881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 33.25%
G = 36.1%
B = 30.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#8C9881 (or 0x8C9881) is known color: Amulet. HEX triplet: 8C, 98 and 81. RGB value is (140,152,129). Sum of RGB (Red+Green+Blue) = 140+152+129=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9881 is #73677E. Grayscale: #919191. Windows color (decimal): -7563135 or 8493196. OLE color: 8493196.

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

Color convert

RGB 140 152 129 -
CMYK 0.08 0 0.15 0.40
HSL 91.3º 0.1% 0.55% -
HSV(B) 91.3º 0.15% 0.6% -
XYZ 26.01 29.62 25.11 -
YUV 145.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 140 152 129 0.08 0 0.15 0.40 91.3 0.1 0.55
Hex 8C 98 81 8 0 F 28 5B A 37
Octal 214 230 201 10 0 17 50 133 12 67
Binary 10001100 10011000 10000001 1000 0 1111 101000 1011011 1010 110111

Color Harmonies of #8C9881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9881

Black with #8C9881

Text Example


Text Example

White with #8C9881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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