Shades of Citrus #A2B703
Tints of Citrus #A2B703
RGB
CMYK
RGB Variations
Color information
#A2B703 (or 0xA2B703) is known color: Citrus. HEX triplet: A2, B7 and 03. RGB value is (162,183,3). Sum of RGB (Red+Green+Blue) = 162+183+3=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B703 is #5D48FC. Grayscale: #9C9C9C. Windows color (decimal): -6113533 or 243618. OLE color: 243618.
HSL color Cylindrical-coordinate representation of color #A2B703: hue angle of 67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2B703 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.28 |
| HSL | 67º | 0.97% | 0.36% | - |
| HSV(B) | 67º | 0.98% | 0.72% | - |
| XYZ | 31.85 | 41.55 | 6.43 | - |
| YUV | 156.2 | 41.54 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 3 | 0.11 | 0 | 0.98 | 0.28 | 67 | 0.97 | 0.36 |
| Hex | A2 | B7 | 3 | B | 0 | 62 | 1C | 43 | 61 | 24 |
| Octal | 242 | 267 | 3 | 13 | 0 | 142 | 34 | 103 | 141 | 44 |
| Binary | 10100010 | 10110111 | 11 | 1011 | 0 | 1100010 | 11100 | 1000011 | 1100001 | 100100 |
Color Harmonies of #A2B703
Complementary color
Monochromatic Colors of #A2B703
Black with #A2B703
Text Example
Text Example
White with #A2B703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B703; }
p { color: rgb(162,183,3); }
H1.HeaderClassName
{
color: #A2B703;
}
.AnyTagClassName
{
color: #A2B703;
}
</style>
background-color css
<style>
a { background-color: #A2B703; }
a { background-color: rgb(162,183,3); }
div.DivClassName
{
background-color: #A2B703;
}
.BgClassName
{
background-color: #A2B703;
}
</style>
border-color css
<style>
span { border-color: #A2B703; }
span { border-color: rgb(162,183,3); }
td.TdClassName
{
border-color: #A2B703;
}
.TagClassName
{
border-color: #A2B703;
}
</style>