#999150

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

Shades of Highball #999150

Tints of Highball #999150

Color information

#999150 (or 0x999150) is unknown color: approx Highball. HEX triplet: 99, 91 and 50. RGB value is (153,145,80). Sum of RGB (Red+Green+Blue) = 153+145+80=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #999150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999150 is #666EAF. Grayscale: #8C8C8C. Windows color (decimal): -6713008 or 5280153. OLE color: 5280153.

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

Color convert

RGB15314580-
CMYK00.050.480.4
HSL53.42º31.33%45.69%-
HSV(B)53.42º47.71%60%-
XYZ24.7127.611.61-
YUV139.9894.15137.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=40.48%
G=38.36%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531458000.050.480.453.4231.3345.69
Hex999150053028351f2e
Octal231221120056050653756
Binary10011001100100011010000010111000010100011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999150; }

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

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

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

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

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

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

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

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