#888D58

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

Shades of Bitter #888D58

Tints of Bitter #888D58

Color information

#888D58 (or 0x888D58) is unknown color: approx Bitter. HEX triplet: 88, 8D and 58. RGB value is (136,141,88). Sum of RGB (Red+Green+Blue) = 136+141+88=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #888D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D58 is #7772A7. Grayscale: #858585. Windows color (decimal): -7828136 or 5803400. OLE color: 5803400.

HSL color Cylindrical-coordinate representation of color #888D58: hue angle of 65.66º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888D58 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB13614188-
CMYK0.0400.380.45
HSL65.66º23.14%44.9%-
HSV(B)65.66º37.59%55.29%-
XYZ21.4424.9912.93-
YUV133.46102.34129.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 141 (55.47% from 255) = 38.63%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=37.26%
G=38.63%
B=24.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136141880.0400.380.4565.6623.1444.9
Hex888D5840262D42172d
Octal2102151304046551022755
Binary100010001000110110110001000100110101101100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888D58; }

 p { color: rgb(136,141,88); }

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

<style>
 a { background-color: #888D58; }

 a { background-color: rgb(136,141,88); }

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

<style>
 span { border-color: #888D58; }

 span { border-color: rgb(136,141,88); }

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