Html Css Color HEX #889055 Bitter

📋 copy color: '#889055'

red 136 ◦ green 144 ◦ blue 85

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

Shades of Bitter #889055

Tints of Bitter #889055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 37.26%
G = 39.45%
B = 23.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#889055 (or 0x889055) is known color: Bitter. HEX triplet: 88, 90 and 55. RGB value is (136,144,85). Sum of RGB (Red+Green+Blue) = 136+144+85=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #889055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889055 is #776FAA. Grayscale: #878787. Windows color (decimal): -7827371 or 5607560. OLE color: 5607560.

HSL color Cylindrical-coordinate representation of color #889055: hue angle of 68.14º degrees, saturation: 0.26, 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 #889055 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 85 -
CMYK 0.06 0 0.41 0.44
HSL 68.14º 0.26% 0.45% -
HSV(B) 68.14º 0.41% 0.56% -
XYZ 21.77 25.84 12.43 -
YUV 134.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 136 144 85 0.06 0 0.41 0.44 68.14 0.26 0.45
Hex 88 90 55 6 0 29 2C 44 1A 2D
Octal 210 220 125 6 0 51 54 104 32 55
Binary 10001000 10010000 1010101 110 0 101001 101100 1000100 11010 101101

Color Harmonies of #889055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889055

Black with #889055

Text Example


Text Example

White with #889055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889055; }

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

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

background-color css

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

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

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

border-color css

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

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

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