#9E823B

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

Shades of Reef Gold #9E823B

Tints of Reef Gold #9E823B

Color information

#9E823B (or 0x9E823B) is unknown color: approx Reef Gold. HEX triplet: 9E, 82 and 3B. RGB value is (158,130,59). Sum of RGB (Red+Green+Blue) = 158+130+59=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E823B is #617DC4. Grayscale: #828282. Windows color (decimal): -6389189 or 3900062. OLE color: 3900062.

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

Color convert

RGB15813059-
CMYK00.180.630.38
HSL43.03º45.62%42.55%-
HSV(B)43.03º62.66%61.96%-
XYZ22.8723.557.48-
YUV130.2887.78147.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=45.53%
G=37.46%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581305900.180.630.3843.0345.6242.55
Hex9E823B0123F262b2e2b
Octal236202730227746535653
Binary1001111010000010111011010010111111100110101011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,59); }

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

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

 a { background-color: rgb(158,130,59); }

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

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

 span { border-color: rgb(158,130,59); }

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