#8B8C62

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

Shades of Bitter #8B8C62

Tints of Bitter #8B8C62

Color information

#8B8C62 (or 0x8B8C62) is unknown color: approx Bitter. HEX triplet: 8B, 8C and 62. RGB value is (139,140,98). Sum of RGB (Red+Green+Blue) = 139+140+98=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8C62 is #74739D. Grayscale: #878787. Windows color (decimal): -7631774 or 6458507. OLE color: 6458507.

HSL color Cylindrical-coordinate representation of color #8B8C62: hue angle of 61.43º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B8C62 is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB13914098-
CMYK0.0100.30.45
HSL61.43º17.65%46.67%-
HSV(B)61.43º30%54.9%-
XYZ22.2325.1315.23-
YUV134.91107.17130.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=36.87%
G=37.14%
B=25.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139140980.0100.30.4561.4317.6546.67
Hex8B8C62101E2D3d122f
Octal213214142103655752257
Binary10001011100011001100010101111010110111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,140,98); }

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

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

 a { background-color: rgb(139,140,98); }

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

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

 span { border-color: rgb(139,140,98); }

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