Html Css Color HEX #888970 Bitter

📋 copy color: '#888970'

red 136 ◦ green 137 ◦ blue 112

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

Shades of Bitter #888970

Tints of Bitter #888970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 35.32%
G = 35.58%
B = 29.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#888970 (or 0x888970) is known color: Bitter. HEX triplet: 88, 89 and 70. RGB value is (136,137,112). Sum of RGB (Red+Green+Blue) = 136+137+112=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #888970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888970 is #77768F. Grayscale: #858585. Windows color (decimal): -7829136 or 7375240. OLE color: 7375240.

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

Color convert

RGB 136 137 112 -
CMYK 0.01 0 0.18 0.46
HSL 62.4º 0.1% 0.49% -
HSV(B) 62.4º 0.18% 0.54% -
XYZ 22.02 24.3 18.86 -
YUV 133.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 136 137 112 0.01 0 0.18 0.46 62.4 0.1 0.49
Hex 88 89 70 1 0 12 2E 3E A 31
Octal 210 211 160 1 0 22 56 76 12 61
Binary 10001000 10001001 1110000 1 0 10010 101110 111110 1010 110001

Color Harmonies of #888970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888970

Black with #888970

Text Example


Text Example

White with #888970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888970; }

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

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

background-color css

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

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

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

border-color css

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

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

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