Shades of Citrus #A2BA08
Tints of Citrus #A2BA08
RGB
CMYK
RGB Variations
Color information
#A2BA08 (or 0xA2BA08) is known color: Citrus. HEX triplet: A2, BA and 08. RGB value is (162,186,8). Sum of RGB (Red+Green+Blue) = 162+186+8=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BA08 is #5D45F7. Grayscale: #9F9F9F. Windows color (decimal): -6112760 or 572066. OLE color: 572066.
HSL color Cylindrical-coordinate representation of color #A2BA08: hue angle of 68.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2BA08 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.27 |
| HSL | 68.09º | 0.92% | 0.38% | - |
| HSV(B) | 68.09º | 0.96% | 0.73% | - |
| XYZ | 32.5 | 42.82 | 6.78 | - |
| YUV | 158.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 8 | 0.13 | 0 | 0.96 | 0.27 | 68.09 | 0.92 | 0.38 |
| Hex | A2 | BA | 8 | D | 0 | 60 | 1B | 44 | 5C | 26 |
| Octal | 242 | 272 | 10 | 15 | 0 | 140 | 33 | 104 | 134 | 46 |
| Binary | 10100010 | 10111010 | 1000 | 1101 | 0 | 1100000 | 11011 | 1000100 | 1011100 | 100110 |
Color Harmonies of #A2BA08
Complementary color
Monochromatic Colors of #A2BA08
Black with #A2BA08
Text Example
Text Example
White with #A2BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA08; }
p { color: rgb(162,186,8); }
H1.HeaderClassName
{
color: #A2BA08;
}
.AnyTagClassName
{
color: #A2BA08;
}
</style>
background-color css
<style>
a { background-color: #A2BA08; }
a { background-color: rgb(162,186,8); }
div.DivClassName
{
background-color: #A2BA08;
}
.BgClassName
{
background-color: #A2BA08;
}
</style>
border-color css
<style>
span { border-color: #A2BA08; }
span { border-color: rgb(162,186,8); }
td.TdClassName
{
border-color: #A2BA08;
}
.TagClassName
{
border-color: #A2BA08;
}
</style>