Html Css Color HEX #888964 Bitter

📋 copy color: '#888964'

red 136 ◦ green 137 ◦ blue 100

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

Shades of Bitter #888964

Tints of Bitter #888964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 36.46%
G = 36.73%
B = 26.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#888964 (or 0x888964) is known color: Bitter. HEX triplet: 88, 89 and 64. RGB value is (136,137,100). Sum of RGB (Red+Green+Blue) = 136+137+100=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #888964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888964 is #77769B. Grayscale: #848484. Windows color (decimal): -7829148 or 6588808. OLE color: 6588808.

HSL color Cylindrical-coordinate representation of color #888964: hue angle of 61.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #888964 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 100 -
CMYK 0.01 0 0.27 0.46
HSL 61.62º 0.16% 0.46% -
HSV(B) 61.62º 0.27% 0.54% -
XYZ 21.4 24.05 15.57 -
YUV 132.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 136 137 100 0.01 0 0.27 0.46 61.62 0.16 0.46
Hex 88 89 64 1 0 1B 2E 3E 10 2E
Octal 210 211 144 1 0 33 56 76 20 56
Binary 10001000 10001001 1100100 1 0 11011 101110 111110 10000 101110

Color Harmonies of #888964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888964

Black with #888964

Text Example


Text Example

White with #888964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888964; }

 p { color: rgb(136,137,100); }

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

background-color css

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

 a { background-color: rgb(136,137,100); }

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

border-color css

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

 span { border-color: rgb(136,137,100); }

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