Shades of Citrus #A2B708
Tints of Citrus #A2B708
RGB
CMYK
RGB Variations
Color information
#A2B708 (or 0xA2B708) is known color: Citrus. HEX triplet: A2, B7 and 08. RGB value is (162,183,8). Sum of RGB (Red+Green+Blue) = 162+183+8=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B708 is #5D48F7. Grayscale: #9D9D9D. Windows color (decimal): -6113528 or 571298. OLE color: 571298.
HSL color Cylindrical-coordinate representation of color #A2B708: hue angle of 67.2º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2B708 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.28 |
| HSL | 67.2º | 0.92% | 0.37% | - |
| HSV(B) | 67.2º | 0.96% | 0.72% | - |
| XYZ | 31.88 | 41.57 | 6.57 | - |
| YUV | 156.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 8 | 0.11 | 0 | 0.96 | 0.28 | 67.2 | 0.92 | 0.37 |
| Hex | A2 | B7 | 8 | B | 0 | 60 | 1C | 43 | 5C | 25 |
| Octal | 242 | 267 | 10 | 13 | 0 | 140 | 34 | 103 | 134 | 45 |
| Binary | 10100010 | 10110111 | 1000 | 1011 | 0 | 1100000 | 11100 | 1000011 | 1011100 | 100101 |
Color Harmonies of #A2B708
Complementary color
Monochromatic Colors of #A2B708
Black with #A2B708
Text Example
Text Example
White with #A2B708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B708; }
p { color: rgb(162,183,8); }
H1.HeaderClassName
{
color: #A2B708;
}
.AnyTagClassName
{
color: #A2B708;
}
</style>
background-color css
<style>
a { background-color: #A2B708; }
a { background-color: rgb(162,183,8); }
div.DivClassName
{
background-color: #A2B708;
}
.BgClassName
{
background-color: #A2B708;
}
</style>
border-color css
<style>
span { border-color: #A2B708; }
span { border-color: rgb(162,183,8); }
td.TdClassName
{
border-color: #A2B708;
}
.TagClassName
{
border-color: #A2B708;
}
</style>