Shades of Olive #888502
Tints of Olive #888502
RGB
CMYK
RGB Variations
Color information
#888502 (or 0x888502) is known color: Olive. HEX triplet: 88, 85 and 02. RGB value is (136,133,2). Sum of RGB (Red+Green+Blue) = 136+133+2=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #888502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888502 is #777AFD. Grayscale: #777777. Windows color (decimal): -7830270 or 165256. OLE color: 165256.
HSL color Cylindrical-coordinate representation of color #888502: hue angle of 58.66º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #888502 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.47 |
| HSL | 58.66º | 0.97% | 0.27% | - |
| HSV(B) | 58.66º | 0.99% | 0.53% | - |
| XYZ | 18.55 | 22.01 | 3.33 | - |
| YUV | 118.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 2 | 0 | 0.02 | 0.99 | 0.47 | 58.66 | 0.97 | 0.27 |
| Hex | 88 | 85 | 2 | 0 | 2 | 63 | 2F | 3B | 61 | 1B |
| Octal | 210 | 205 | 2 | 0 | 2 | 143 | 57 | 73 | 141 | 33 |
| Binary | 10001000 | 10000101 | 10 | 0 | 10 | 1100011 | 101111 | 111011 | 1100001 | 11011 |
Color Harmonies of #888502
Complementary color
Monochromatic Colors of #888502
Black with #888502
Text Example
Text Example
White with #888502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888502; }
p { color: rgb(136,133,2); }
H1.HeaderClassName
{
color: #888502;
}
.AnyTagClassName
{
color: #888502;
}
</style>
background-color css
<style>
a { background-color: #888502; }
a { background-color: rgb(136,133,2); }
div.DivClassName
{
background-color: #888502;
}
.BgClassName
{
background-color: #888502;
}
</style>
border-color css
<style>
span { border-color: #888502; }
span { border-color: rgb(136,133,2); }
td.TdClassName
{
border-color: #888502;
}
.TagClassName
{
border-color: #888502;
}
</style>