Html Css Color HEX #898966 Bitter

📋 copy color: '#898966'

red 137 ◦ green 137 ◦ blue 102

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

Shades of Bitter #898966

Tints of Bitter #898966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 36.44%
G = 36.44%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#898966 (or 0x898966) is known color: Bitter. HEX triplet: 89, 89 and 66. RGB value is (137,137,102). Sum of RGB (Red+Green+Blue) = 137+137+102=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898966 is #767699. Grayscale: #858585. Windows color (decimal): -7763610 or 6719881. OLE color: 6719881.

HSL color Cylindrical-coordinate representation of color #898966: hue angle of 60º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898966 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 137 102 -
CMYK 0 0 0.26 0.46
HSL 60º 0.15% 0.47% -
HSV(B) 60º 0.26% 0.54% -
XYZ 21.66 24.17 16.09 -
YUV 133.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 137 137 102 0 0 0.26 0.46 60 0.15 0.47
Hex 89 89 66 0 0 1A 2E 3C F 2F
Octal 211 211 146 0 0 32 56 74 17 57
Binary 10001001 10001001 1100110 0 0 11010 101110 111100 1111 101111

Color Harmonies of #898966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898966

Black with #898966

Text Example


Text Example

White with #898966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898966; }

 p { color: rgb(137,137,102); }

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

background-color css

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

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

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

border-color css

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

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

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