#999244

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

Shades of Highball #999244

Tints of Highball #999244

Color information

#999244 (or 0x999244) is unknown color: approx Highball. HEX triplet: 99, 92 and 44. RGB value is (153,146,68). Sum of RGB (Red+Green+Blue) = 153+146+68=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #999244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999244 is #666DBB. Grayscale: #8B8B8B. Windows color (decimal): -6712764 or 4493977. OLE color: 4493977.

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

Color convert

RGB15314668-
CMYK00.050.560.4
HSL55.06º38.46%43.33%-
HSV(B)55.06º55.56%60%-
XYZ24.4627.759.54-
YUV139.287.82137.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=41.69%
G=39.78%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531466800.050.560.455.0638.4643.33
Hex99924405382837262b
Octal231222104057050674653
Binary100110011001001010001000101111000101000110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999244; }

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

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

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

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

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

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

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

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