Shades of Citrus #87A802
Tints of Citrus #87A802
RGB
CMYK
RGB Variations
Color information
#87A802 (or 0x87A802) is known color: Citrus. HEX triplet: 87, A8 and 02. RGB value is (135,168,2). Sum of RGB (Red+Green+Blue) = 135+168+2=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #87A802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A802 is #7857FD. Grayscale: #8B8B8B. Windows color (decimal): -7886846 or 174215. OLE color: 174215.
HSL color Cylindrical-coordinate representation of color #87A802: hue angle of 71.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87A802 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 168 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.34 |
| HSL | 71.93º | 0.98% | 0.33% | - |
| HSV(B) | 71.93º | 0.99% | 0.66% | - |
| XYZ | 24.01 | 33.16 | 5.19 | - |
| YUV | 139.21 | 50.57 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 2 | 0.20 | 0 | 0.99 | 0.34 | 71.93 | 0.98 | 0.33 |
| Hex | 87 | A8 | 2 | 14 | 0 | 63 | 22 | 48 | 62 | 21 |
| Octal | 207 | 250 | 2 | 24 | 0 | 143 | 42 | 110 | 142 | 41 |
| Binary | 10000111 | 10101000 | 10 | 10100 | 0 | 1100011 | 100010 | 1001000 | 1100010 | 100001 |
Color Harmonies of #87A802
Complementary color
Monochromatic Colors of #87A802
Black with #87A802
Text Example
Text Example
White with #87A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A802; }
p { color: rgb(135,168,2); }
H1.HeaderClassName
{
color: #87A802;
}
.AnyTagClassName
{
color: #87A802;
}
</style>
background-color css
<style>
a { background-color: #87A802; }
a { background-color: rgb(135,168,2); }
div.DivClassName
{
background-color: #87A802;
}
.BgClassName
{
background-color: #87A802;
}
</style>
border-color css
<style>
span { border-color: #87A802; }
span { border-color: rgb(135,168,2); }
td.TdClassName
{
border-color: #87A802;
}
.TagClassName
{
border-color: #87A802;
}
</style>