Shades of Citrus #A2B408
Tints of Citrus #A2B408
RGB
CMYK
RGB Variations
Color information
#A2B408 (or 0xA2B408) is known color: Citrus. HEX triplet: A2, B4 and 08. RGB value is (162,180,8). Sum of RGB (Red+Green+Blue) = 162+180+8=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B408 is #5D4BF7. Grayscale: #9B9B9B. Windows color (decimal): -6114296 or 570530. OLE color: 570530.
HSL color Cylindrical-coordinate representation of color #A2B408: hue angle of 66.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2B408 is Cyan = 0.1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 8 | - |
| CMYK | 0.1 | 0 | 0.96 | 0.29 |
| HSL | 66.28º | 0.91% | 0.37% | - |
| HSV(B) | 66.28º | 0.96% | 0.71% | - |
| XYZ | 31.27 | 40.34 | 6.37 | - |
| YUV | 155.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 8 | 0.1 | 0 | 0.96 | 0.29 | 66.28 | 0.91 | 0.37 |
| Hex | A2 | B4 | 8 | A | 0 | 60 | 1D | 42 | 5B | 25 |
| Octal | 242 | 264 | 10 | 12 | 0 | 140 | 35 | 102 | 133 | 45 |
| Binary | 10100010 | 10110100 | 1000 | 1010 | 0 | 1100000 | 11101 | 1000010 | 1011011 | 100101 |
Color Harmonies of #A2B408
Complementary color
Monochromatic Colors of #A2B408
Black with #A2B408
Text Example
Text Example
White with #A2B408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B408; }
p { color: rgb(162,180,8); }
H1.HeaderClassName
{
color: #A2B408;
}
.AnyTagClassName
{
color: #A2B408;
}
</style>
background-color css
<style>
a { background-color: #A2B408; }
a { background-color: rgb(162,180,8); }
div.DivClassName
{
background-color: #A2B408;
}
.BgClassName
{
background-color: #A2B408;
}
</style>
border-color css
<style>
span { border-color: #A2B408; }
span { border-color: rgb(162,180,8); }
td.TdClassName
{
border-color: #A2B408;
}
.TagClassName
{
border-color: #A2B408;
}
</style>