Html Css Color HEX #8C9249 Highball

📋 copy color: '#8C9249'

red 140 ◦ green 146 ◦ blue 73

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

Shades of Highball #8C9249

Tints of Highball #8C9249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 39%
G = 40.67%
B = 20.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#8C9249 (or 0x8C9249) is known color: Highball. HEX triplet: 8C, 92 and 49. RGB value is (140,146,73). Sum of RGB (Red+Green+Blue) = 140+146+73=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9249 is #736DB6. Grayscale: #888888. Windows color (decimal): -7564727 or 4821644. OLE color: 4821644.

HSL color Cylindrical-coordinate representation of color #8C9249: hue angle of 64.93º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C9249 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 146 73 -
CMYK 0.04 0 0.5 0.43
HSL 64.93º 0.33% 0.43% -
HSV(B) 64.93º 0.5% 0.57% -
XYZ 22.3 26.61 10.27 -
YUV 135.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 140 146 73 0.04 0 0.5 0.43 64.93 0.33 0.43
Hex 8C 92 49 4 0 32 2B 41 21 2B
Octal 214 222 111 4 0 62 53 101 41 53
Binary 10001100 10010010 1001001 100 0 110010 101011 1000001 100001 101011

Color Harmonies of #8C9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9249

Black with #8C9249

Text Example


Text Example

White with #8C9249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,146,73); }

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

background-color css

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

 a { background-color: rgb(140,146,73); }

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

border-color css

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

 span { border-color: rgb(140,146,73); }

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