#9E8D38

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

Shades of Reef Gold #9E8D38

Tints of Reef Gold #9E8D38

Color information

#9E8D38 (or 0x9E8D38) is unknown color: approx Reef Gold. HEX triplet: 9E, 8D and 38. RGB value is (158,141,56). Sum of RGB (Red+Green+Blue) = 158+141+56=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8D38 is #6172C7. Grayscale: #888888. Windows color (decimal): -6386376 or 3706270. OLE color: 3706270.

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

Color convert

RGB15814156-
CMYK00.110.650.38
HSL50º47.66%41.96%-
HSV(B)50º64.56%61.96%-
XYZ24.3426.67.59-
YUV136.3982.63143.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=44.51%
G=39.72%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581415600.110.650.385047.6641.96
Hex9E8D380B412632302a
Octal2362157001310146626052
Binary1001111010001101111000010111000001100110110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,141,56); }

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

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

 a { background-color: rgb(158,141,56); }

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

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

 span { border-color: rgb(158,141,56); }

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