#9F942D

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

Shades of Reef Gold #9F942D

Tints of Reef Gold #9F942D

Color information

#9F942D (or 0x9F942D) is unknown color: approx Reef Gold. HEX triplet: 9F, 94 and 2D. RGB value is (159,148,45). Sum of RGB (Red+Green+Blue) = 159+148+45=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F942D is #606BD2. Grayscale: #8B8B8B. Windows color (decimal): -6319059 or 2987167. OLE color: 2987167.

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

Color convert

RGB15914845-
CMYK00.070.720.38
HSL54.21º55.88%40%-
HSV(B)54.21º71.7%62.35%-
XYZ25.3628.746.69-
YUV139.5574.64141.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 45 (17.97% from 255) = 12.78%
R=45.17%
G=42.05%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591484500.070.720.3854.2155.8840
Hex9F942D074826363828
Octal237224550711046667050
Binary100111111001010010110101111001000100110110110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,148,45); }

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

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

 a { background-color: rgb(159,148,45); }

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

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

 span { border-color: rgb(159,148,45); }

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