Shades of Olive #888203
Tints of Olive #888203
RGB
CMYK
RGB Variations
Color information
#888203 (or 0x888203) is known color: Olive. HEX triplet: 88, 82 and 03. RGB value is (136,130,3). Sum of RGB (Red+Green+Blue) = 136+130+3=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #888203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888203 is #777DFC. Grayscale: #757575. Windows color (decimal): -7831037 or 230024. OLE color: 230024.
HSL color Cylindrical-coordinate representation of color #888203: hue angle of 57.29º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #888203 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.47 |
| HSL | 57.29º | 0.96% | 0.27% | - |
| HSV(B) | 57.29º | 0.98% | 0.53% | - |
| XYZ | 18.15 | 21.21 | 3.22 | - |
| YUV | 117.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 3 | 0 | 0.04 | 0.98 | 0.47 | 57.29 | 0.96 | 0.27 |
| Hex | 88 | 82 | 3 | 0 | 4 | 62 | 2F | 39 | 60 | 1B |
| Octal | 210 | 202 | 3 | 0 | 4 | 142 | 57 | 71 | 140 | 33 |
| Binary | 10001000 | 10000010 | 11 | 0 | 100 | 1100010 | 101111 | 111001 | 1100000 | 11011 |
Color Harmonies of #888203
Complementary color
Monochromatic Colors of #888203
Black with #888203
Text Example
Text Example
White with #888203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888203; }
p { color: rgb(136,130,3); }
H1.HeaderClassName
{
color: #888203;
}
.AnyTagClassName
{
color: #888203;
}
</style>
background-color css
<style>
a { background-color: #888203; }
a { background-color: rgb(136,130,3); }
div.DivClassName
{
background-color: #888203;
}
.BgClassName
{
background-color: #888203;
}
</style>
border-color css
<style>
span { border-color: #888203; }
span { border-color: rgb(136,130,3); }
td.TdClassName
{
border-color: #888203;
}
.TagClassName
{
border-color: #888203;
}
</style>