Shades of Citrus #A0B709
Tints of Citrus #A0B709
RGB
CMYK
RGB Variations
Color information
#A0B709 (or 0xA0B709) is known color: Citrus. HEX triplet: A0, B7 and 09. RGB value is (160,183,9). Sum of RGB (Red+Green+Blue) = 160+183+9=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B709 is #5F48F6. Grayscale: #9C9C9C. Windows color (decimal): -6244599 or 636832. OLE color: 636832.
HSL color Cylindrical-coordinate representation of color #A0B709: hue angle of 67.93º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0B709 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 9 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.28 |
| HSL | 67.93º | 0.91% | 0.38% | - |
| HSV(B) | 67.93º | 0.95% | 0.72% | - |
| XYZ | 31.48 | 41.36 | 6.58 | - |
| YUV | 156.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 9 | 0.13 | 0 | 0.95 | 0.28 | 67.93 | 0.91 | 0.38 |
| Hex | A0 | B7 | 9 | D | 0 | 5F | 1C | 44 | 5B | 26 |
| Octal | 240 | 267 | 11 | 15 | 0 | 137 | 34 | 104 | 133 | 46 |
| Binary | 10100000 | 10110111 | 1001 | 1101 | 0 | 1011111 | 11100 | 1000100 | 1011011 | 100110 |
Color Harmonies of #A0B709
Complementary color
Monochromatic Colors of #A0B709
Black with #A0B709
Text Example
Text Example
White with #A0B709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B709; }
p { color: rgb(160,183,9); }
H1.HeaderClassName
{
color: #A0B709;
}
.AnyTagClassName
{
color: #A0B709;
}
</style>
background-color css
<style>
a { background-color: #A0B709; }
a { background-color: rgb(160,183,9); }
div.DivClassName
{
background-color: #A0B709;
}
.BgClassName
{
background-color: #A0B709;
}
</style>
border-color css
<style>
span { border-color: #A0B709; }
span { border-color: rgb(160,183,9); }
td.TdClassName
{
border-color: #A0B709;
}
.TagClassName
{
border-color: #A0B709;
}
</style>