#999848

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

Shades of Highball #999848

Tints of Highball #999848

Color information

#999848 (or 0x999848) is unknown color: approx Highball. HEX triplet: 99, 98 and 48. RGB value is (153,152,72). Sum of RGB (Red+Green+Blue) = 153+152+72=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #999848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999848 is #6667B7. Grayscale: #8F8F8F. Windows color (decimal): -6711224 or 4757657. OLE color: 4757657.

HSL color Cylindrical-coordinate representation of color #999848: hue angle of 59.26º 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 #999848 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB15315272-
CMYK00.010.530.4
HSL59.26º36%44.12%-
HSV(B)59.26º52.94%60%-
XYZ25.5329.710.52-
YUV143.1887.83135-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=40.58%
G=40.32%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531527200.010.530.459.263644.12
Hex9998480135283b242c
Octal231230110016550734454
Binary1001100110011000100100001110101101000111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999848; }

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

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

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

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

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

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

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

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