Html Css Color HEX #898C48 Highball

📋 copy color: '#898C48'

red 137 ◦ green 140 ◦ blue 72

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

Shades of Highball #898C48

Tints of Highball #898C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.11%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 39.26%
G = 40.11%
B = 20.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#898C48 (or 0x898C48) is known color: Highball. HEX triplet: 89, 8C and 48. RGB value is (137,140,72). Sum of RGB (Red+Green+Blue) = 137+140+72=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 140 - color contains mainly: green. Hex color #898C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898C48 is #7673B7. Grayscale: #838383. Windows color (decimal): -7762872 or 4754569. OLE color: 4754569.

HSL color Cylindrical-coordinate representation of color #898C48: hue angle of 62.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #898C48 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 140 72 -
CMYK 0.02 0 0.49 0.45
HSL 62.65º 0.32% 0.42% -
HSV(B) 62.65º 0.49% 0.55% -
XYZ 20.86 24.54 9.77 -
YUV 131.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 137 140 72 0.02 0 0.49 0.45 62.65 0.32 0.42
Hex 89 8C 48 2 0 31 2D 3F 20 2A
Octal 211 214 110 2 0 61 55 77 40 52
Binary 10001001 10001100 1001000 10 0 110001 101101 111111 100000 101010

Color Harmonies of #898C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C48

Black with #898C48

Text Example


Text Example

White with #898C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898C48; }

 p { color: rgb(137,140,72); }

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

background-color css

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

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

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

border-color css

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

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

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