#8C916B

Color #8C916B Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #8C916B

Tints of Bitter #8C916B

Color information

#8C916B (or 0x8C916B) is unknown color: approx Bitter. HEX triplet: 8C, 91 and 6B. RGB value is (140,145,107). Sum of RGB (Red+Green+Blue) = 140+145+107=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #8C916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C916B is #736E94. Grayscale: #8B8B8B. Windows color (decimal): -7564949 or 7049612. OLE color: 7049612.

HSL color Cylindrical-coordinate representation of color #8C916B: hue angle of 67.89º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C916B is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB140145107-
CMYK0.0300.260.43
HSL67.89º15.08%49.41%-
HSV(B)67.89º26.21%56.86%-
XYZ23.5926.8917.86-
YUV139.17109.84128.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=35.71%
G=36.99%
B=27.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401451070.0300.260.4367.8915.0849.41
Hex8C916B301A2B44f31
Octal2142211533032531041761
Binary100011001001000111010111101101010101110001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,145,107); }

 H1.HeaderClassName
 {
   color: #8C916B;
 }
 .AnyTagClassName
 {
   color: #8C916B;
 }
</style>
background-color css

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

 a { background-color: rgb(140,145,107); }

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

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

 span { border-color: rgb(140,145,107); }

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