Html Css Color HEX #8C894C Highball

📋 copy color: '#8C894C'

red 140 ◦ green 137 ◦ blue 76

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

Shades of Highball #8C894C

Tints of Highball #8C894C

RGB

 RED value IS 140 (55.08% from 255) = 39.66%

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 39.66%
G = 38.81%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C894C (or 0x8C894C) is known color: Highball. HEX triplet: 8C, 89 and 4C. RGB value is (140,137,76). Sum of RGB (Red+Green+Blue) = 140+137+76=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C894C is #7376B3. Grayscale: #838383. Windows color (decimal): -7567028 or 5015948. OLE color: 5015948.

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

Color convert

RGB 140 137 76 -
CMYK 0 0.02 0.46 0.45
HSL 57.19º 0.3% 0.42% -
HSV(B) 57.19º 0.46% 0.55% -
XYZ 21.07 23.99 10.36 -
YUV 130.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 140 137 76 0 0.02 0.46 0.45 57.19 0.3 0.42
Hex 8C 89 4C 0 2 2E 2D 39 1E 2A
Octal 214 211 114 0 2 56 55 71 36 52
Binary 10001100 10001001 1001100 0 10 101110 101101 111001 11110 101010

Color Harmonies of #8C894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C894C

Black with #8C894C

Text Example


Text Example

White with #8C894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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