Html Css Color HEX #888B5C Bitter

📋 copy color: '#888B5C'

red 136 ◦ green 139 ◦ blue 92

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

Shades of Bitter #888B5C

Tints of Bitter #888B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.87%

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 37.06%
G = 37.87%
B = 25.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#888B5C (or 0x888B5C) is known color: Bitter. HEX triplet: 88, 8B and 5C. RGB value is (136,139,92). Sum of RGB (Red+Green+Blue) = 136+139+92=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #888B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B5C is #7774A3. Grayscale: #848484. Windows color (decimal): -7828644 or 6065032. OLE color: 6065032.

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

Color convert

RGB 136 139 92 -
CMYK 0.02 0 0.34 0.45
HSL 63.83º 0.2% 0.45% -
HSV(B) 63.83º 0.34% 0.55% -
XYZ 21.32 24.47 13.73 -
YUV 132.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 136 139 92 0.02 0 0.34 0.45 63.83 0.2 0.45
Hex 88 8B 5C 2 0 22 2D 40 14 2D
Octal 210 213 134 2 0 42 55 100 24 55
Binary 10001000 10001011 1011100 10 0 100010 101101 1000000 10100 101101

Color Harmonies of #888B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B5C

Black with #888B5C

Text Example


Text Example

White with #888B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,139,92); }

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

background-color css

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

 a { background-color: rgb(136,139,92); }

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

border-color css

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

 span { border-color: rgb(136,139,92); }

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