#999246

Color #999246 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #999246

Tints of Highball #999246

Color information

#999246 (or 0x999246) is unknown color: approx Highball. HEX triplet: 99, 92 and 46. RGB value is (153,146,70). Sum of RGB (Red+Green+Blue) = 153+146+70=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #999246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999246 is #666DB9. Grayscale: #8B8B8B. Windows color (decimal): -6712762 or 4625049. OLE color: 4625049.

HSL color Cylindrical-coordinate representation of color #999246: hue angle of 54.94º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #999246 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB15314670-
CMYK00.050.540.4
HSL54.94º37.22%43.73%-
HSV(B)54.94º54.25%60%-
XYZ24.5227.779.86-
YUV139.4388.82137.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=41.46%
G=39.57%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531467000.050.540.454.9437.2243.73
Hex99924605362837252c
Octal231222106056650674554
Binary100110011001001010001100101110110101000110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999246; }

 p { color: rgb(153,146,70); }

 H1.HeaderClassName
 {
   color: #999246;
 }
 .AnyTagClassName
 {
   color: #999246;
 }
</style>
background-color css

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

 a { background-color: rgb(153,146,70); }

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

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

 span { border-color: rgb(153,146,70); }

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