Shades of Reef Gold #9B8239
Tints of Reef Gold #9B8239
RGB
CMYK
RGB Variations
Color information
#9B8239 (or 0x9B8239) is known color: Reef Gold. HEX triplet: 9B, 82 and 39. RGB value is (155,130,57). Sum of RGB (Red+Green+Blue) = 155+130+57=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8239 is #647DC6. Grayscale: #818181. Windows color (decimal): -6585799 or 3768987. OLE color: 3768987.
HSL color Cylindrical-coordinate representation of color #9B8239: hue angle of 44.69º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B8239 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 57 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.39 |
| HSL | 44.69º | 0.46% | 0.42% | - |
| HSV(B) | 44.69º | 0.63% | 0.61% | - |
| XYZ | 22.24 | 23.23 | 7.18 | - |
| YUV | 129.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 57 | 0 | 0.16 | 0.63 | 0.39 | 44.69 | 0.46 | 0.42 |
| Hex | 9B | 82 | 39 | 0 | 10 | 3F | 27 | 2D | 2E | 2A |
| Octal | 233 | 202 | 71 | 0 | 20 | 77 | 47 | 55 | 56 | 52 |
| Binary | 10011011 | 10000010 | 111001 | 0 | 10000 | 111111 | 100111 | 101101 | 101110 | 101010 |
Color Harmonies of #9B8239
Complementary color
Monochromatic Colors of #9B8239
Black with #9B8239
Text Example
Text Example
White with #9B8239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8239; }
p { color: rgb(155,130,57); }
H1.HeaderClassName
{
color: #9B8239;
}
.AnyTagClassName
{
color: #9B8239;
}
</style>
background-color css
<style>
a { background-color: #9B8239; }
a { background-color: rgb(155,130,57); }
div.DivClassName
{
background-color: #9B8239;
}
.BgClassName
{
background-color: #9B8239;
}
</style>
border-color css
<style>
span { border-color: #9B8239; }
span { border-color: rgb(155,130,57); }
td.TdClassName
{
border-color: #9B8239;
}
.TagClassName
{
border-color: #9B8239;
}
</style>