#9B8138

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

Shades of Reef Gold #9B8138

Tints of Reef Gold #9B8138

Color information

#9B8138 (or 0x9B8138) is unknown color: approx Reef Gold. HEX triplet: 9B, 81 and 38. RGB value is (155,129,56). Sum of RGB (Red+Green+Blue) = 155+129+56=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8138 is #647EC7. Grayscale: #808080. Windows color (decimal): -6586056 or 3703195. OLE color: 3703195.

HSL color Cylindrical-coordinate representation of color #9B8138: hue angle of 44.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B8138 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB15512956-
CMYK00.170.640.39
HSL44.24º46.92%41.37%-
HSV(B)44.24º63.87%60.78%-
XYZ22.0822.957.01-
YUV128.4587.11146.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.59%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=45.59%
G=37.94%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551295600.170.640.3944.2446.9241.37
Hex9B813801140272c2f29
Octal2332017002110047545751
Binary10011011100000011110000100011000000100111101100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,56); }

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

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

 a { background-color: rgb(155,129,56); }

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

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

 span { border-color: rgb(155,129,56); }

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