Html Css Color HEX #889053 Bitter

📋 copy color: '#889053'

red 136 ◦ green 144 ◦ blue 83

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

Shades of Bitter #889053

Tints of Bitter #889053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 37.47%
G = 39.67%
B = 22.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#889053 (or 0x889053) is known color: Bitter. HEX triplet: 88, 90 and 53. RGB value is (136,144,83). Sum of RGB (Red+Green+Blue) = 136+144+83=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #889053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889053 is #776FAC. Grayscale: #868686. Windows color (decimal): -7827373 or 5476488. OLE color: 5476488.

HSL color Cylindrical-coordinate representation of color #889053: hue angle of 67.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889053 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 83 -
CMYK 0.06 0 0.42 0.44
HSL 67.87º 0.27% 0.45% -
HSV(B) 67.87º 0.42% 0.56% -
XYZ 21.69 25.81 12.02 -
YUV 134.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 136 144 83 0.06 0 0.42 0.44 67.87 0.27 0.45
Hex 88 90 53 6 0 2A 2C 44 1B 2D
Octal 210 220 123 6 0 52 54 104 33 55
Binary 10001000 10010000 1010011 110 0 101010 101100 1000100 11011 101101

Color Harmonies of #889053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889053

Black with #889053

Text Example


Text Example

White with #889053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889053; }

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

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

background-color css

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

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

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

border-color css

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

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

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