#9F9032

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

Shades of Reef Gold #9F9032

Tints of Reef Gold #9F9032

Color information

#9F9032 (or 0x9F9032) is unknown color: approx Reef Gold. HEX triplet: 9F, 90 and 32. RGB value is (159,144,50). Sum of RGB (Red+Green+Blue) = 159+144+50=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9032 is #606FCD. Grayscale: #8A8A8A. Windows color (decimal): -6320078 or 3313823. OLE color: 3313823.

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

Color convert

RGB15914450-
CMYK00.090.690.38
HSL51.74º52.15%40.98%-
HSV(B)51.74º68.55%62.35%-
XYZ24.8527.557.03-
YUV137.7778.47143.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=45.04%
G=40.79%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591445000.090.690.3851.7452.1540.98
Hex9F9032094526343429
Octal2372206201110546646451
Binary1001111110010000110010010011000101100110110100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,50); }

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

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

 a { background-color: rgb(159,144,50); }

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

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

 span { border-color: rgb(159,144,50); }

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