#999240

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

Shades of Highball #999240

Tints of Highball #999240

Color information

#999240 (or 0x999240) is unknown color: approx Highball. HEX triplet: 99, 92 and 40. RGB value is (153,146,64). Sum of RGB (Red+Green+Blue) = 153+146+64=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #999240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999240 is #666DBF. Grayscale: #8B8B8B. Windows color (decimal): -6712768 or 4231833. OLE color: 4231833.

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

Color convert

RGB15314664-
CMYK00.050.580.4
HSL55.28º41.01%42.55%-
HSV(B)55.28º58.17%60%-
XYZ24.3427.78.91-
YUV138.7485.82138.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=42.15%
G=40.22%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531466400.050.580.455.2841.0142.55
Hex999240053A2837292b
Octal231222100057250675153
Binary100110011001001010000000101111010101000110111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999240; }

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

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

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

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

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

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

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

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