#9e8c35

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

Shades of Reef Gold #9E8C35

Tints of Reef Gold #9E8C35

Color information

#9E8C35 (or 0x9E8C35) is unknown color: approx Reef Gold. HEX triplet: 9E, 8C and 35. RGB value is (158,140,53). Sum of RGB (Red+Green+Blue) = 158+140+53=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8C35 is #6173CA. Grayscale: #878787. Windows color (decimal): -6386635 or 3509406. OLE color: 3509406.

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

Color convert

RGB15814053-
CMYK00.110.660.38
HSL49.71º49.76%41.37%-
HSV(B)49.71º66.46%61.96%-
XYZ24.1226.287.17-
YUV135.4681.46144.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 140 (55.08% from 255) = 39.89%
BLUE value IS 53 (21.09% from 255) = 15.10%
R=45.01%
G=39.89%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581405300.110.660.3849.7149.7641.37
Hex9E8C350B4226323229
Octal2362146501310246626251
Binary1001111010001100110101010111000010100110110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e8c35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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