#9F902E

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

Shades of Reef Gold #9F902E

Tints of Reef Gold #9F902E

Color information

#9F902E (or 0x9F902E) is unknown color: approx Reef Gold. HEX triplet: 9F, 90 and 2E. RGB value is (159,144,46). Sum of RGB (Red+Green+Blue) = 159+144+46=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F902E is #606FD1. Grayscale: #898989. Windows color (decimal): -6320082 or 3051679. OLE color: 3051679.

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

Color convert

RGB15914446-
CMYK00.090.710.38
HSL52.04º55.12%40.2%-
HSV(B)52.04º71.07%62.35%-
XYZ24.7627.516.59-
YUV137.3176.47143.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.56%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 46 (18.36% from 255) = 13.18%
R=45.56%
G=41.26%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591444600.090.710.3852.0455.1240.2
Hex9F902E094726343728
Octal2372205601110746646750
Binary1001111110010000101110010011000111100110110100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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