Shades of Olive #948201
Tints of Olive #948201
RGB
CMYK
RGB Variations
Color information
#948201 (or 0x948201) is known color: Olive. HEX triplet: 94, 82 and 01. RGB value is (148,130,1). Sum of RGB (Red+Green+Blue) = 148+130+1=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #948201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948201 is #6B7DFE. Grayscale: #797979. Windows color (decimal): -7044607 or 98964. OLE color: 98964.
HSL color Cylindrical-coordinate representation of color #948201: hue angle of 52.65º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #948201 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.42 |
| HSL | 52.65º | 0.99% | 0.29% | - |
| HSV(B) | 52.65º | 0.99% | 0.58% | - |
| XYZ | 20.2 | 22.26 | 3.26 | - |
| YUV | 120.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 1 | 0 | 0.12 | 0.99 | 0.42 | 52.65 | 0.99 | 0.29 |
| Hex | 94 | 82 | 1 | 0 | C | 63 | 2A | 35 | 63 | 1D |
| Octal | 224 | 202 | 1 | 0 | 14 | 143 | 52 | 65 | 143 | 35 |
| Binary | 10010100 | 10000010 | 1 | 0 | 1100 | 1100011 | 101010 | 110101 | 1100011 | 11101 |
Color Harmonies of #948201
Complementary color
Monochromatic Colors of #948201
Black with #948201
Text Example
Text Example
White with #948201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948201; }
p { color: rgb(148,130,1); }
H1.HeaderClassName
{
color: #948201;
}
.AnyTagClassName
{
color: #948201;
}
</style>
background-color css
<style>
a { background-color: #948201; }
a { background-color: rgb(148,130,1); }
div.DivClassName
{
background-color: #948201;
}
.BgClassName
{
background-color: #948201;
}
</style>
border-color css
<style>
span { border-color: #948201; }
span { border-color: rgb(148,130,1); }
td.TdClassName
{
border-color: #948201;
}
.TagClassName
{
border-color: #948201;
}
</style>