#999248

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

Shades of Highball #999248

Tints of Highball #999248

Color information

#999248 (or 0x999248) is unknown color: approx Highball. HEX triplet: 99, 92 and 48. RGB value is (153,146,72). Sum of RGB (Red+Green+Blue) = 153+146+72=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #999248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999248 is #666DB7. Grayscale: #8B8B8B. Windows color (decimal): -6712760 or 4756121. OLE color: 4756121.

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

Color convert

RGB15314672-
CMYK00.050.530.4
HSL54.81º36%44.12%-
HSV(B)54.81º52.94%60%-
XYZ24.5927.810.2-
YUV139.6689.82137.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=41.24%
G=39.35%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531467200.050.530.454.813644.12
Hex99924805352837242c
Octal231222110056550674454
Binary100110011001001010010000101110101101000110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999248; }

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

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

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

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

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

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

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

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