Shades of Olive #9A8303
Tints of Olive #9A8303
RGB
CMYK
RGB Variations
Color information
#9A8303 (or 0x9A8303) is known color: Olive. HEX triplet: 9A, 83 and 03. RGB value is (154,131,3). Sum of RGB (Red+Green+Blue) = 154+131+3=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8303 is #657CFC. Grayscale: #7B7B7B. Windows color (decimal): -6651133 or 230298. OLE color: 230298.
HSL color Cylindrical-coordinate representation of color #9A8303: hue angle of 50.86º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A8303 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.40 |
| HSL | 50.86º | 0.96% | 0.31% | - |
| HSV(B) | 50.86º | 0.98% | 0.6% | - |
| XYZ | 21.46 | 23.11 | 3.42 | - |
| YUV | 123.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 3 | 0 | 0.15 | 0.98 | 0.40 | 50.86 | 0.96 | 0.31 |
| Hex | 9A | 83 | 3 | 0 | F | 62 | 28 | 33 | 60 | 1F |
| Octal | 232 | 203 | 3 | 0 | 17 | 142 | 50 | 63 | 140 | 37 |
| Binary | 10011010 | 10000011 | 11 | 0 | 1111 | 1100010 | 101000 | 110011 | 1100000 | 11111 |
Color Harmonies of #9A8303
Complementary color
Monochromatic Colors of #9A8303
Black with #9A8303
Text Example
Text Example
White with #9A8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8303; }
p { color: rgb(154,131,3); }
H1.HeaderClassName
{
color: #9A8303;
}
.AnyTagClassName
{
color: #9A8303;
}
</style>
background-color css
<style>
a { background-color: #9A8303; }
a { background-color: rgb(154,131,3); }
div.DivClassName
{
background-color: #9A8303;
}
.BgClassName
{
background-color: #9A8303;
}
</style>
border-color css
<style>
span { border-color: #9A8303; }
span { border-color: rgb(154,131,3); }
td.TdClassName
{
border-color: #9A8303;
}
.TagClassName
{
border-color: #9A8303;
}
</style>