#9E8C3F

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

Shades of Reef Gold #9E8C3F

Tints of Reef Gold #9E8C3F

Color information

#9E8C3F (or 0x9E8C3F) is unknown color: approx Reef Gold. HEX triplet: 9E, 8C and 3F. RGB value is (158,140,63). Sum of RGB (Red+Green+Blue) = 158+140+63=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8C3F is #6173C0. Grayscale: #888888. Windows color (decimal): -6386625 or 4164766. OLE color: 4164766.

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

Color convert

RGB15814063-
CMYK00.110.600.38
HSL48.63º42.99%43.33%-
HSV(B)48.63º60.13%61.96%-
XYZ24.3826.388.51-
YUV136.686.46143.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.77%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 63 (25% from 255) = 17.45%
R=43.77%
G=38.78%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581406300.110.600.3848.6342.9943.33
Hex9E8C3F0B3C26312b2b
Octal236214770137446615353
Binary100111101000110011111101011111100100110110001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,140,63); }

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

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

 a { background-color: rgb(158,140,63); }

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

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

 span { border-color: rgb(158,140,63); }

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