Html Css Color HEX #888D60 Bitter

📋 copy color: '#888D60'

red 136 ◦ green 141 ◦ blue 96

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

Shades of Bitter #888D60

Tints of Bitter #888D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 36.46%
G = 37.8%
B = 25.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#888D60 (or 0x888D60) is known color: Bitter. HEX triplet: 88, 8D and 60. RGB value is (136,141,96). Sum of RGB (Red+Green+Blue) = 136+141+96=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #888D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D60 is #77729F. Grayscale: #868686. Windows color (decimal): -7828128 or 6327688. OLE color: 6327688.

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

Color convert

RGB 136 141 96 -
CMYK 0.04 0 0.32 0.45
HSL 66.67º 0.19% 0.46% -
HSV(B) 66.67º 0.32% 0.55% -
XYZ 21.79 25.13 14.77 -
YUV 134.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 136 141 96 0.04 0 0.32 0.45 66.67 0.19 0.46
Hex 88 8D 60 4 0 20 2D 43 13 2E
Octal 210 215 140 4 0 40 55 103 23 56
Binary 10001000 10001101 1100000 100 0 100000 101101 1000011 10011 101110

Color Harmonies of #888D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D60

Black with #888D60

Text Example


Text Example

White with #888D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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