Shades of Olive #999402
Tints of Olive #999402
RGB
CMYK
RGB Variations
Color information
#999402 (or 0x999402) is known color: Olive. HEX triplet: 99, 94 and 02. RGB value is (153,148,2). Sum of RGB (Red+Green+Blue) = 153+148+2=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #999402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999402 is #666BFD. Grayscale: #858585. Windows color (decimal): -6712318 or 169113. OLE color: 169113.
HSL color Cylindrical-coordinate representation of color #999402: hue angle of 58.01º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #999402 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.4 |
| HSL | 58.01º | 0.97% | 0.3% | - |
| HSV(B) | 58.01º | 0.99% | 0.6% | - |
| XYZ | 23.74 | 27.96 | 4.2 | - |
| YUV | 132.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 2 | 0 | 0.03 | 0.99 | 0.4 | 58.01 | 0.97 | 0.3 |
| Hex | 99 | 94 | 2 | 0 | 3 | 63 | 28 | 3A | 61 | 1E |
| Octal | 231 | 224 | 2 | 0 | 3 | 143 | 50 | 72 | 141 | 36 |
| Binary | 10011001 | 10010100 | 10 | 0 | 11 | 1100011 | 101000 | 111010 | 1100001 | 11110 |
Color Harmonies of #999402
Complementary color
Monochromatic Colors of #999402
Black with #999402
Text Example
Text Example
White with #999402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999402; }
p { color: rgb(153,148,2); }
H1.HeaderClassName
{
color: #999402;
}
.AnyTagClassName
{
color: #999402;
}
</style>
background-color css
<style>
a { background-color: #999402; }
a { background-color: rgb(153,148,2); }
div.DivClassName
{
background-color: #999402;
}
.BgClassName
{
background-color: #999402;
}
</style>
border-color css
<style>
span { border-color: #999402; }
span { border-color: rgb(153,148,2); }
td.TdClassName
{
border-color: #999402;
}
.TagClassName
{
border-color: #999402;
}
</style>