#9f922e

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

Shades of Reef Gold #9F922E

Tints of Reef Gold #9F922E

Color information

#9F922E (or 0x9F922E) is unknown color: approx Reef Gold. HEX triplet: 9F, 92 and 2E. RGB value is (159,146,46). Sum of RGB (Red+Green+Blue) = 159+146+46=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F922E is #606DD1. Grayscale: #8A8A8A. Windows color (decimal): -6319570 or 3052191. OLE color: 3052191.

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

Color convert

RGB15914646-
CMYK00.080.710.38
HSL53.1º55.12%40.2%-
HSV(B)53.1º71.07%62.35%-
XYZ25.0728.136.69-
YUV138.4975.81142.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 46 (18.36% from 255) = 13.11%
R=45.30%
G=41.60%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591464600.080.710.3853.155.1240.2
Hex9F922E084726353728
Octal2372225601010746656750
Binary1001111110010010101110010001000111100110110101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f922e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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