#9F9933

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

Shades of Highball #9F9933

Tints of Highball #9F9933

Color information

#9F9933 (or 0x9F9933) is unknown color: approx Highball. HEX triplet: 9F, 99 and 33. RGB value is (159,153,51). Sum of RGB (Red+Green+Blue) = 159+153+51=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9933 is #6066CC. Grayscale: #8F8F8F. Windows color (decimal): -6317773 or 3381663. OLE color: 3381663.

HSL color Cylindrical-coordinate representation of color #9F9933: hue angle of 56.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F9933 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB15915351-
CMYK00.040.680.38
HSL56.67º51.43%41.18%-
HSV(B)56.67º67.92%62.35%-
XYZ26.2930.397.61-
YUV143.1775.99139.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=43.80%
G=42.15%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591535100.040.680.3856.6751.4341.18
Hex9F9933044426393329
Octal237231630410446716351
Binary100111111001100111001101001000100100110111001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9933; }

 p { color: rgb(159,153,51); }

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

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

 a { background-color: rgb(159,153,51); }

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

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

 span { border-color: rgb(159,153,51); }

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