Html Css Color HEX #899253 Bitter

📋 copy color: '#899253'

red 137 ◦ green 146 ◦ blue 83

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

Shades of Bitter #899253

Tints of Bitter #899253

RGB

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

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

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

R = 37.43%
G = 39.89%
B = 22.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#899253 (or 0x899253) is known color: Bitter. HEX triplet: 89, 92 and 53. RGB value is (137,146,83). Sum of RGB (Red+Green+Blue) = 137+146+83=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #899253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899253 is #766DAC. Grayscale: #888888. Windows color (decimal): -7761325 or 5477001. OLE color: 5477001.

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

Color convert

RGB 137 146 83 -
CMYK 0.06 0 0.43 0.43
HSL 68.57º 0.28% 0.45% -
HSV(B) 68.57º 0.43% 0.57% -
XYZ 22.16 26.5 12.13 -
YUV 136.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 137 146 83 0.06 0 0.43 0.43 68.57 0.28 0.45
Hex 89 92 53 6 0 2B 2B 45 1C 2D
Octal 211 222 123 6 0 53 53 105 34 55
Binary 10001001 10010010 1010011 110 0 101011 101011 1000101 11100 101101

Color Harmonies of #899253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899253

Black with #899253

Text Example


Text Example

White with #899253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899253; }

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

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

background-color css

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

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

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

border-color css

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

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

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