Html Css Color HEX #889268 Bitter

📋 copy color: '#889268'

red 136 ◦ green 146 ◦ blue 104

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

Shades of Bitter #889268

Tints of Bitter #889268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 35.23%
G = 37.82%
B = 26.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#889268 (or 0x889268) is known color: Bitter. HEX triplet: 88, 92 and 68. RGB value is (136,146,104). Sum of RGB (Red+Green+Blue) = 136+146+104=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #889268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889268 is #776D97. Grayscale: #8A8A8A. Windows color (decimal): -7826840 or 6853256. OLE color: 6853256.

HSL color Cylindrical-coordinate representation of color #889268: hue angle of 74.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889268 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 104 -
CMYK 0.07 0 0.29 0.43
HSL 74.29º 0.17% 0.49% -
HSV(B) 74.29º 0.29% 0.57% -
XYZ 22.93 26.79 17.06 -
YUV 138.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 136 146 104 0.07 0 0.29 0.43 74.29 0.17 0.49
Hex 88 92 68 7 0 1D 2B 4A 11 31
Octal 210 222 150 7 0 35 53 112 21 61
Binary 10001000 10010010 1101000 111 0 11101 101011 1001010 10001 110001

Color Harmonies of #889268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889268

Black with #889268

Text Example


Text Example

White with #889268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889268; }

 p { color: rgb(136,146,104); }

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

background-color css

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

 a { background-color: rgb(136,146,104); }

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

border-color css

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

 span { border-color: rgb(136,146,104); }

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