#999452

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

Shades of Highball #999452

Tints of Highball #999452

Color information

#999452 (or 0x999452) is unknown color: approx Highball. HEX triplet: 99, 94 and 52. RGB value is (153,148,82). Sum of RGB (Red+Green+Blue) = 153+148+82=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #999452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999452 is #666BAD. Grayscale: #8E8E8E. Windows color (decimal): -6712238 or 5411993. OLE color: 5411993.

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

Color convert

RGB15314882-
CMYK00.030.460.4
HSL55.77º30.21%46.08%-
HSV(B)55.77º46.41%60%-
XYZ25.2528.5612.16-
YUV141.9794.16135.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=39.95%
G=38.64%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531488200.030.460.455.7730.2146.08
Hex999452032E28381e2e
Octal231224122035650703656
Binary1001100110010100101001001110111010100011100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999452; }

 p { color: rgb(153,148,82); }

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

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

 a { background-color: rgb(153,148,82); }

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

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

 span { border-color: rgb(153,148,82); }

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