#9F8F3A

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

Shades of Reef Gold #9F8F3A

Tints of Reef Gold #9F8F3A

Color information

#9F8F3A (or 0x9F8F3A) is unknown color: approx Reef Gold. HEX triplet: 9F, 8F and 3A. RGB value is (159,143,58). Sum of RGB (Red+Green+Blue) = 159+143+58=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F3A is #6070C5. Grayscale: #8A8A8A. Windows color (decimal): -6320326 or 3837855. OLE color: 3837855.

HSL color Cylindrical-coordinate representation of color #9F8F3A: hue angle of 50.5º 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 #9F8F3A is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB15914358-
CMYK00.100.640.38
HSL50.5º46.54%42.55%-
HSV(B)50.5º63.52%62.35%-
XYZ24.8827.327.96-
YUV138.0982.8142.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=44.17%
G=39.72%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591435800.100.640.3850.546.5442.55
Hex9F8F3A0A4026322f2b
Octal2372177201210046625753
Binary1001111110001111111010010101000000100110110010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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