Html Css Color HEX #888D73 Bitter

📋 copy color: '#888D73'

red 136 ◦ green 141 ◦ blue 115

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

Shades of Bitter #888D73

Tints of Bitter #888D73

RGB

 RED value IS 136 (53.52% from 255) = 34.69%

 GREEN value IS 141 (55.47% from 255) = 35.97%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 34.69%
G = 35.97%
B = 29.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#888D73 (or 0x888D73) is known color: Bitter. HEX triplet: 88, 8D and 73. RGB value is (136,141,115). Sum of RGB (Red+Green+Blue) = 136+141+115=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #888D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D73 is #77728C. Grayscale: #888888. Windows color (decimal): -7828109 or 7572872. OLE color: 7572872.

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

Color convert

RGB 136 141 115 -
CMYK 0.04 0 0.18 0.45
HSL 71.54º 0.1% 0.5% -
HSV(B) 71.54º 0.18% 0.55% -
XYZ 22.77 25.52 19.95 -
YUV 136.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 136 141 115 0.04 0 0.18 0.45 71.54 0.1 0.5
Hex 88 8D 73 4 0 12 2D 48 A 32
Octal 210 215 163 4 0 22 55 110 12 62
Binary 10001000 10001101 1110011 100 0 10010 101101 1001000 1010 110010

Color Harmonies of #888D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D73

Black with #888D73

Text Example


Text Example

White with #888D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #888D73;
 }
 .AnyTagClassName
 {
   color: #888D73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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