Html Css Color HEX #8C9883 Amulet

📋 copy color: '#8C9883'

red 140 ◦ green 152 ◦ blue 131

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

Shades of Amulet #8C9883

Tints of Amulet #8C9883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 33.1%
G = 35.93%
B = 30.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#8C9883 (or 0x8C9883) is known color: Amulet. HEX triplet: 8C, 98 and 83. RGB value is (140,152,131). Sum of RGB (Red+Green+Blue) = 140+152+131=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9883 is #73677C. Grayscale: #929292. Windows color (decimal): -7563133 or 8624268. OLE color: 8624268.

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

Color convert

RGB 140 152 131 -
CMYK 0.08 0 0.14 0.40
HSL 94.29º 0.09% 0.55% -
HSV(B) 94.29º 0.14% 0.6% -
XYZ 26.14 29.67 25.82 -
YUV 146.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 140 152 131 0.08 0 0.14 0.40 94.29 0.09 0.55
Hex 8C 98 83 8 0 E 28 5E 9 37
Octal 214 230 203 10 0 16 50 136 11 67
Binary 10001100 10011000 10000011 1000 0 1110 101000 1011110 1001 110111

Color Harmonies of #8C9883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9883

Black with #8C9883

Text Example


Text Example

White with #8C9883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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