Html Css Color HEX #888F55 Bitter

📋 copy color: '#888F55'

red 136 ◦ green 143 ◦ blue 85

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

Shades of Bitter #888F55

Tints of Bitter #888F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.29%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 37.36%
G = 39.29%
B = 23.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#888F55 (or 0x888F55) is known color: Bitter. HEX triplet: 88, 8F and 55. RGB value is (136,143,85). Sum of RGB (Red+Green+Blue) = 136+143+85=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 143 - color contains mainly: green. Hex color #888F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F55 is #7770AA. Grayscale: #868686. Windows color (decimal): -7827627 or 5607304. OLE color: 5607304.

HSL color Cylindrical-coordinate representation of color #888F55: hue angle of 67.24º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888F55 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 143 85 -
CMYK 0.05 0 0.41 0.44
HSL 67.24º 0.25% 0.45% -
HSV(B) 67.24º 0.41% 0.56% -
XYZ 21.62 25.54 12.38 -
YUV 134.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 136 143 85 0.05 0 0.41 0.44 67.24 0.25 0.45
Hex 88 8F 55 5 0 29 2C 43 19 2D
Octal 210 217 125 5 0 51 54 103 31 55
Binary 10001000 10001111 1010101 101 0 101001 101100 1000011 11001 101101

Color Harmonies of #888F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888F55

Black with #888F55

Text Example


Text Example

White with #888F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,143,85); }

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

background-color css

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

 a { background-color: rgb(136,143,85); }

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

border-color css

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

 span { border-color: rgb(136,143,85); }

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