#999530

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

Shades of Highball #999530

Tints of Highball #999530

Color information

#999530 (or 0x999530) is unknown color: approx Highball. HEX triplet: 99, 95 and 30. RGB value is (153,149,48). Sum of RGB (Red+Green+Blue) = 153+149+48=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #999530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999530 is #666ACF. Grayscale: #8B8B8B. Windows color (decimal): -6712016 or 3184025. OLE color: 3184025.

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

Color convert

RGB15314948-
CMYK00.030.690.4
HSL57.71º52.24%39.41%-
HSV(B)57.71º68.63%60%-
XYZ24.4228.487.01-
YUV138.6876.83138.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=43.71%
G=42.57%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531494800.030.690.457.7152.2439.41
Hex9995300345283a3427
Octal231225600310550726447
Binary10011001100101011100000111000101101000111010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999530; }

 p { color: rgb(153,149,48); }

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

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

 a { background-color: rgb(153,149,48); }

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

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

 span { border-color: rgb(153,149,48); }

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