Shades of Citrus #A2B00F
Tints of Citrus #A2B00F
RGB
CMYK
RGB Variations
Color information
#A2B00F (or 0xA2B00F) is known color: Citrus. HEX triplet: A2, B0 and 0F. RGB value is (162,176,15). Sum of RGB (Red+Green+Blue) = 162+176+15=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B00F is #5D4FF0. Grayscale: #9A9A9A. Windows color (decimal): -6115313 or 1028258. OLE color: 1028258.
HSL color Cylindrical-coordinate representation of color #A2B00F: hue angle of 65.22º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2B00F is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 15 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.31 |
| HSL | 65.22º | 0.84% | 0.37% | - |
| HSV(B) | 65.22º | 0.91% | 0.69% | - |
| XYZ | 30.51 | 38.77 | 6.33 | - |
| YUV | 153.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 15 | 0.08 | 0 | 0.91 | 0.31 | 65.22 | 0.84 | 0.37 |
| Hex | A2 | B0 | F | 8 | 0 | 5B | 1F | 41 | 54 | 25 |
| Octal | 242 | 260 | 17 | 10 | 0 | 133 | 37 | 101 | 124 | 45 |
| Binary | 10100010 | 10110000 | 1111 | 1000 | 0 | 1011011 | 11111 | 1000001 | 1010100 | 100101 |
Color Harmonies of #A2B00F
Complementary color
Monochromatic Colors of #A2B00F
Black with #A2B00F
Text Example
Text Example
White with #A2B00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B00F; }
p { color: rgb(162,176,15); }
H1.HeaderClassName
{
color: #A2B00F;
}
.AnyTagClassName
{
color: #A2B00F;
}
</style>
background-color css
<style>
a { background-color: #A2B00F; }
a { background-color: rgb(162,176,15); }
div.DivClassName
{
background-color: #A2B00F;
}
.BgClassName
{
background-color: #A2B00F;
}
</style>
border-color css
<style>
span { border-color: #A2B00F; }
span { border-color: rgb(162,176,15); }
td.TdClassName
{
border-color: #A2B00F;
}
.TagClassName
{
border-color: #A2B00F;
}
</style>