#999142

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

Shades of Highball #999142

Tints of Highball #999142

Color information

#999142 (or 0x999142) is unknown color: approx Highball. HEX triplet: 99, 91 and 42. RGB value is (153,145,66). Sum of RGB (Red+Green+Blue) = 153+145+66=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #999142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999142 is #666EBD. Grayscale: #8A8A8A. Windows color (decimal): -6713022 or 4362649. OLE color: 4362649.

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

Color convert

RGB15314566-
CMYK00.050.570.4
HSL54.48º39.73%42.94%-
HSV(B)54.48º56.86%60%-
XYZ24.2527.429.17-
YUV138.3987.15138.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=42.03%
G=39.84%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531456600.050.570.454.4839.7342.94
Hex99914205392836282b
Octal231221102057150665053
Binary100110011001000110000100101111001101000110110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999142; }

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

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

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

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

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

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

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

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