Shades of Citrus #A7B802
Tints of Citrus #A7B802
RGB
CMYK
RGB Variations
Color information
#A7B802 (or 0xA7B802) is known color: Citrus. HEX triplet: A7, B8 and 02. RGB value is (167,184,2). Sum of RGB (Red+Green+Blue) = 167+184+2=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B802 is #5847FD. Grayscale: #9E9E9E. Windows color (decimal): -5785598 or 178343. OLE color: 178343.
HSL color Cylindrical-coordinate representation of color #A7B802: hue angle of 65.6º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7B802 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.28 |
| HSL | 65.6º | 0.98% | 0.36% | - |
| HSV(B) | 65.6º | 0.99% | 0.72% | - |
| XYZ | 33.09 | 42.5 | 6.52 | - |
| YUV | 158.17 | 39.87 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 2 | 0.09 | 0 | 0.99 | 0.28 | 65.6 | 0.98 | 0.36 |
| Hex | A7 | B8 | 2 | 9 | 0 | 63 | 1C | 42 | 62 | 24 |
| Octal | 247 | 270 | 2 | 11 | 0 | 143 | 34 | 102 | 142 | 44 |
| Binary | 10100111 | 10111000 | 10 | 1001 | 0 | 1100011 | 11100 | 1000010 | 1100010 | 100100 |
Color Harmonies of #A7B802
Complementary color
Monochromatic Colors of #A7B802
Black with #A7B802
Text Example
Text Example
White with #A7B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B802; }
p { color: rgb(167,184,2); }
H1.HeaderClassName
{
color: #A7B802;
}
.AnyTagClassName
{
color: #A7B802;
}
</style>
background-color css
<style>
a { background-color: #A7B802; }
a { background-color: rgb(167,184,2); }
div.DivClassName
{
background-color: #A7B802;
}
.BgClassName
{
background-color: #A7B802;
}
</style>
border-color css
<style>
span { border-color: #A7B802; }
span { border-color: rgb(167,184,2); }
td.TdClassName
{
border-color: #A7B802;
}
.TagClassName
{
border-color: #A7B802;
}
</style>