Html Css Color HEX #888B5E Bitter

📋 copy color: '#888B5E'

red 136 ◦ green 139 ◦ blue 94

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

Shades of Bitter #888B5E

Tints of Bitter #888B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 36.86%
G = 37.67%
B = 25.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#888B5E (or 0x888B5E) is known color: Bitter. HEX triplet: 88, 8B and 5E. RGB value is (136,139,94). Sum of RGB (Red+Green+Blue) = 136+139+94=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #888B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B5E is #7774A1. Grayscale: #858585. Windows color (decimal): -7828642 or 6196104. OLE color: 6196104.

HSL color Cylindrical-coordinate representation of color #888B5E: hue angle of 64º 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 #888B5E is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 139 94 -
CMYK 0.02 0 0.32 0.45
HSL 64º 0.19% 0.46% -
HSV(B) 64º 0.32% 0.55% -
XYZ 21.41 24.51 14.19 -
YUV 132.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 136 139 94 0.02 0 0.32 0.45 64 0.19 0.46
Hex 88 8B 5E 2 0 20 2D 40 13 2E
Octal 210 213 136 2 0 40 55 100 23 56
Binary 10001000 10001011 1011110 10 0 100000 101101 1000000 10011 101110

Color Harmonies of #888B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B5E

Black with #888B5E

Text Example


Text Example

White with #888B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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