#9F8932

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

Shades of Reef Gold #9F8932

Tints of Reef Gold #9F8932

Color information

#9F8932 (or 0x9F8932) is unknown color: approx Reef Gold. HEX triplet: 9F, 89 and 32. RGB value is (159,137,50). Sum of RGB (Red+Green+Blue) = 159+137+50=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8932 is #6076CD. Grayscale: #868686. Windows color (decimal): -6321870 or 3312031. OLE color: 3312031.

HSL color Cylindrical-coordinate representation of color #9F8932: hue angle of 47.89º 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 #9F8932 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15913750-
CMYK00.140.690.38
HSL47.89º52.15%40.98%-
HSV(B)47.89º68.55%62.35%-
XYZ23.8225.496.68-
YUV133.6680.79146.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 50 (19.92% from 255) = 14.45%
R=45.95%
G=39.60%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591375000.140.690.3847.8952.1540.98
Hex9F89320E4526303429
Octal2372116201610546606451
Binary1001111110001001110010011101000101100110110000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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