Shades of Citrus #A6B703
Tints of Citrus #A6B703
RGB
CMYK
RGB Variations
Color information
#A6B703 (or 0xA6B703) is known color: Citrus. HEX triplet: A6, B7 and 03. RGB value is (166,183,3). Sum of RGB (Red+Green+Blue) = 166+183+3=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B703 is #5948FC. Grayscale: #9E9E9E. Windows color (decimal): -5851389 or 243622. OLE color: 243622.
HSL color Cylindrical-coordinate representation of color #A6B703: hue angle of 65.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 #A6B703 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 3 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.28 |
| HSL | 65.67º | 0.97% | 0.36% | - |
| HSV(B) | 65.67º | 0.98% | 0.72% | - |
| XYZ | 32.68 | 41.98 | 6.47 | - |
| YUV | 157.4 | 40.87 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 3 | 0.09 | 0 | 0.98 | 0.28 | 65.67 | 0.97 | 0.36 |
| Hex | A6 | B7 | 3 | 9 | 0 | 62 | 1C | 42 | 61 | 24 |
| Octal | 246 | 267 | 3 | 11 | 0 | 142 | 34 | 102 | 141 | 44 |
| Binary | 10100110 | 10110111 | 11 | 1001 | 0 | 1100010 | 11100 | 1000010 | 1100001 | 100100 |
Color Harmonies of #A6B703
Complementary color
Monochromatic Colors of #A6B703
Black with #A6B703
Text Example
Text Example
White with #A6B703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B703; }
p { color: rgb(166,183,3); }
H1.HeaderClassName
{
color: #A6B703;
}
.AnyTagClassName
{
color: #A6B703;
}
</style>
background-color css
<style>
a { background-color: #A6B703; }
a { background-color: rgb(166,183,3); }
div.DivClassName
{
background-color: #A6B703;
}
.BgClassName
{
background-color: #A6B703;
}
</style>
border-color css
<style>
span { border-color: #A6B703; }
span { border-color: rgb(166,183,3); }
td.TdClassName
{
border-color: #A6B703;
}
.TagClassName
{
border-color: #A6B703;
}
</style>