Shades of Citrus #A2B00B
Tints of Citrus #A2B00B
RGB
CMYK
RGB Variations
Color information
#A2B00B (or 0xA2B00B) is known color: Citrus. HEX triplet: A2, B0 and 0B. RGB value is (162,176,11). Sum of RGB (Red+Green+Blue) = 162+176+11=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B00B is #5D4FF4. Grayscale: #999999. Windows color (decimal): -6115317 or 766114. OLE color: 766114.
HSL color Cylindrical-coordinate representation of color #A2B00B: hue angle of 65.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2B00B is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 11 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.31 |
| HSL | 65.09º | 0.88% | 0.37% | - |
| HSV(B) | 65.09º | 0.94% | 0.69% | - |
| XYZ | 30.49 | 38.76 | 6.19 | - |
| YUV | 153 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 11 | 0.08 | 0 | 0.94 | 0.31 | 65.09 | 0.88 | 0.37 |
| Hex | A2 | B0 | B | 8 | 0 | 5E | 1F | 41 | 58 | 25 |
| Octal | 242 | 260 | 13 | 10 | 0 | 136 | 37 | 101 | 130 | 45 |
| Binary | 10100010 | 10110000 | 1011 | 1000 | 0 | 1011110 | 11111 | 1000001 | 1011000 | 100101 |
Color Harmonies of #A2B00B
Complementary color
Monochromatic Colors of #A2B00B
Black with #A2B00B
Text Example
Text Example
White with #A2B00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B00B; }
p { color: rgb(162,176,11); }
H1.HeaderClassName
{
color: #A2B00B;
}
.AnyTagClassName
{
color: #A2B00B;
}
</style>
background-color css
<style>
a { background-color: #A2B00B; }
a { background-color: rgb(162,176,11); }
div.DivClassName
{
background-color: #A2B00B;
}
.BgClassName
{
background-color: #A2B00B;
}
</style>
border-color css
<style>
span { border-color: #A2B00B; }
span { border-color: rgb(162,176,11); }
td.TdClassName
{
border-color: #A2B00B;
}
.TagClassName
{
border-color: #A2B00B;
}
</style>