Shades of Reef Gold #9E9133
Tints of Reef Gold #9E9133
RGB
CMYK
RGB Variations
Color information
#9E9133 (or 0x9E9133) is known color: Reef Gold. HEX triplet: 9E, 91 and 33. RGB value is (158,145,51). Sum of RGB (Red+Green+Blue) = 158+145+51=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9133 is #616ECC. Grayscale: #8A8A8A. Windows color (decimal): -6385357 or 3379614. OLE color: 3379614.
HSL color Cylindrical-coordinate representation of color #9E9133: hue angle of 52.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E9133 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 51 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.38 |
| HSL | 52.71º | 0.51% | 0.41% | - |
| HSV(B) | 52.71º | 0.68% | 0.62% | - |
| XYZ | 24.82 | 27.76 | 7.18 | - |
| YUV | 138.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 51 | 0 | 0.08 | 0.68 | 0.38 | 52.71 | 0.51 | 0.41 |
| Hex | 9E | 91 | 33 | 0 | 8 | 44 | 26 | 35 | 33 | 29 |
| Octal | 236 | 221 | 63 | 0 | 10 | 104 | 46 | 65 | 63 | 51 |
| Binary | 10011110 | 10010001 | 110011 | 0 | 1000 | 1000100 | 100110 | 110101 | 110011 | 101001 |
Color Harmonies of #9E9133
Complementary color
Monochromatic Colors of #9E9133
Black with #9E9133
Text Example
Text Example
White with #9E9133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9133; }
p { color: rgb(158,145,51); }
H1.HeaderClassName
{
color: #9E9133;
}
.AnyTagClassName
{
color: #9E9133;
}
</style>
background-color css
<style>
a { background-color: #9E9133; }
a { background-color: rgb(158,145,51); }
div.DivClassName
{
background-color: #9E9133;
}
.BgClassName
{
background-color: #9E9133;
}
</style>
border-color css
<style>
span { border-color: #9E9133; }
span { border-color: rgb(158,145,51); }
td.TdClassName
{
border-color: #9E9133;
}
.TagClassName
{
border-color: #9E9133;
}
</style>