#9F9236

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

Shades of Reef Gold #9F9236

Tints of Reef Gold #9F9236

Color information

#9F9236 (or 0x9F9236) is unknown color: approx Reef Gold. HEX triplet: 9F, 92 and 36. RGB value is (159,146,54). Sum of RGB (Red+Green+Blue) = 159+146+54=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9236 is #606DC9. Grayscale: #8B8B8B. Windows color (decimal): -6319562 or 3576479. OLE color: 3576479.

HSL color Cylindrical-coordinate representation of color #9F9236: hue angle of 52.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F9236 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15914654-
CMYK00.080.660.38
HSL52.57º49.3%41.76%-
HSV(B)52.57º66.04%62.35%-
XYZ25.2428.27.6-
YUV139.479.81141.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 54 (21.48% from 255) = 15.04%
R=44.29%
G=40.67%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591465400.080.660.3852.5749.341.76
Hex9F923608422635312a
Octal2372226601010246656152
Binary1001111110010010110110010001000010100110110101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,146,54); }

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

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

 a { background-color: rgb(159,146,54); }

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

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

 span { border-color: rgb(159,146,54); }

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