#9F903F

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

Shades of Reef Gold #9F903F

Tints of Reef Gold #9F903F

Color information

#9F903F (or 0x9F903F) is unknown color: approx Reef Gold. HEX triplet: 9F, 90 and 3F. RGB value is (159,144,63). Sum of RGB (Red+Green+Blue) = 159+144+63=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F903F is #606FC0. Grayscale: #8B8B8B. Windows color (decimal): -6320065 or 4165791. OLE color: 4165791.

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

Color convert

RGB15914463-
CMYK00.090.600.38
HSL50.62º43.24%43.53%-
HSV(B)50.62º60.38%62.35%-
XYZ25.1727.688.72-
YUV139.2584.97142.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 63 (25% from 255) = 17.21%
R=43.44%
G=39.34%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591446300.090.600.3850.6243.2443.53
Hex9F903F093C26332b2c
Octal237220770117446635354
Binary100111111001000011111101001111100100110110011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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