#999835

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

Shades of Highball #999835

Tints of Highball #999835

Color information

#999835 (or 0x999835) is unknown color: approx Highball. HEX triplet: 99, 98 and 35. RGB value is (153,152,53). Sum of RGB (Red+Green+Blue) = 153+152+53=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #999835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999835 is #6667CA. Grayscale: #8D8D8D. Windows color (decimal): -6711243 or 3512473. OLE color: 3512473.

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

Color convert

RGB15315253-
CMYK00.010.650.4
HSL59.4º48.54%40.39%-
HSV(B)59.4º65.36%60%-
XYZ25.0129.497.74-
YUV141.0178.33136.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 53 (21.09% from 255) = 14.80%
R=42.74%
G=42.46%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531525300.010.650.459.448.5440.39
Hex9998350141283b3128
Octal231230650110150736150
Binary1001100110011000110101011000001101000111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999835; }

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

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

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

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

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

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

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

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