#9F903A

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

Shades of Reef Gold #9F903A

Tints of Reef Gold #9F903A

Color information

#9F903A (or 0x9F903A) is unknown color: approx Reef Gold. HEX triplet: 9F, 90 and 3A. RGB value is (159,144,58). Sum of RGB (Red+Green+Blue) = 159+144+58=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F903A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F903A is #606FC5. Grayscale: #8B8B8B. Windows color (decimal): -6320070 or 3838111. OLE color: 3838111.

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

Color convert

RGB15914458-
CMYK00.090.640.38
HSL51.09º46.54%42.55%-
HSV(B)51.09º63.52%62.35%-
XYZ25.0427.628.02-
YUV138.6882.47142.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 58 (23.05% from 255) = 16.07%
R=44.04%
G=39.89%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591445800.090.640.3851.0946.5442.55
Hex9F903A094026332f2b
Octal2372207201110046635753
Binary1001111110010000111010010011000000100110110011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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