Html Css Color HEX #899263 Bitter

📋 copy color: '#899263'

red 137 ◦ green 146 ◦ blue 99

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

Shades of Bitter #899263

Tints of Bitter #899263

RGB

 RED value IS 137 (53.91% from 255) = 35.86%

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

 BLUE value IS 99 (39.06% from 255) = 25.92%

R = 35.86%
G = 38.22%
B = 25.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#899263 (or 0x899263) is known color: Bitter. HEX triplet: 89, 92 and 63. RGB value is (137,146,99). Sum of RGB (Red+Green+Blue) = 137+146+99=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #899263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899263 is #766D9C. Grayscale: #8A8A8A. Windows color (decimal): -7761309 or 6525577. OLE color: 6525577.

HSL color Cylindrical-coordinate representation of color #899263: hue angle of 71.49º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899263 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 146 99 -
CMYK 0.06 0 0.32 0.43
HSL 71.49º 0.19% 0.48% -
HSV(B) 71.49º 0.32% 0.57% -
XYZ 22.85 26.78 15.77 -
YUV 137.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 137 146 99 0.06 0 0.32 0.43 71.49 0.19 0.48
Hex 89 92 63 6 0 20 2B 47 13 30
Octal 211 222 143 6 0 40 53 107 23 60
Binary 10001001 10010010 1100011 110 0 100000 101011 1000111 10011 110000

Color Harmonies of #899263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899263

Black with #899263

Text Example


Text Example

White with #899263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899263; }

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

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

background-color css

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

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

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

border-color css

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

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

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