#999254

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

Shades of Highball #999254

Tints of Highball #999254

Color information

#999254 (or 0x999254) is unknown color: approx Highball. HEX triplet: 99, 92 and 54. RGB value is (153,146,84). Sum of RGB (Red+Green+Blue) = 153+146+84=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #999254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999254 is #666DAB. Grayscale: #8D8D8D. Windows color (decimal): -6712748 or 5542553. OLE color: 5542553.

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

Color convert

RGB15314684-
CMYK00.050.450.4
HSL53.91º29.11%46.47%-
HSV(B)53.91º45.1%60%-
XYZ25.0227.9712.47-
YUV141.0295.82136.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=39.95%
G=38.12%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531468400.050.450.453.9129.1146.47
Hex999254052D28361d2e
Octal231222124055550663556
Binary10011001100100101010100010110110110100011011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999254; }

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

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

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

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

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

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

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

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