#999140

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

Shades of Highball #999140

Tints of Highball #999140

Color information

#999140 (or 0x999140) is unknown color: approx Highball. HEX triplet: 99, 91 and 40. RGB value is (153,145,64). Sum of RGB (Red+Green+Blue) = 153+145+64=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #999140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999140 is #666EBF. Grayscale: #8A8A8A. Windows color (decimal): -6713024 or 4231577. OLE color: 4231577.

HSL color Cylindrical-coordinate representation of color #999140: hue angle of 54.61º 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 #999140 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB15314564-
CMYK00.050.580.4
HSL54.61º41.01%42.55%-
HSV(B)54.61º58.17%60%-
XYZ24.1927.398.86-
YUV138.1686.15138.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=42.27%
G=40.06%
B=17.68%

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
Decimal1531456400.050.580.454.6141.0142.55
Hex999140053A2837292b
Octal231221100057250675153
Binary100110011001000110000000101111010101000110111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999140; }

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

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

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

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

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

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

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

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