#899267

Color #899267 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #899267

Tints of Bitter #899267

Color information

#899267 (or 0x899267) is unknown color: approx Bitter. HEX triplet: 89, 92 and 67. RGB value is (137,146,103). Sum of RGB (Red+Green+Blue) = 137+146+103=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #899267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899267 is #766D98. Grayscale: #8A8A8A. Windows color (decimal): -7761305 or 6787721. OLE color: 6787721.

HSL color Cylindrical-coordinate representation of color #899267: hue angle of 72.56º 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 #899267 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB137146103-
CMYK0.0600.290.43
HSL72.56º17.27%48.82%-
HSV(B)72.56º29.45%57.25%-
XYZ23.0426.8616.8-
YUV138.41108.02127-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=35.49%
G=37.82%
B=26.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461030.0600.290.4372.5617.2748.82
Hex899267601D2B491131
Octal2112221476035531112161
Binary10001001100100101100111110011101101011100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899267; }

 p { color: rgb(137,146,103); }

 H1.HeaderClassName
 {
   color: #899267;
 }
 .AnyTagClassName
 {
   color: #899267;
 }
</style>
background-color css

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

 a { background-color: rgb(137,146,103); }

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

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

 span { border-color: rgb(137,146,103); }

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