Html Css Color HEX #888B65 Bitter

📋 copy color: '#888B65'

red 136 ◦ green 139 ◦ blue 101

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

Shades of Bitter #888B65

Tints of Bitter #888B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 36.17%
G = 36.97%
B = 26.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#888B65 (or 0x888B65) is known color: Bitter. HEX triplet: 88, 8B and 65. RGB value is (136,139,101). Sum of RGB (Red+Green+Blue) = 136+139+101=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #888B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B65 is #77749A. Grayscale: #858585. Windows color (decimal): -7828635 or 6654856. OLE color: 6654856.

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

Color convert

RGB 136 139 101 -
CMYK 0.02 0 0.27 0.45
HSL 64.74º 0.16% 0.47% -
HSV(B) 64.74º 0.27% 0.55% -
XYZ 21.73 24.64 15.92 -
YUV 133.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 136 139 101 0.02 0 0.27 0.45 64.74 0.16 0.47
Hex 88 8B 65 2 0 1B 2D 41 10 2F
Octal 210 213 145 2 0 33 55 101 20 57
Binary 10001000 10001011 1100101 10 0 11011 101101 1000001 10000 101111

Color Harmonies of #888B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B65

Black with #888B65

Text Example


Text Example

White with #888B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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