Shades of Citrus #A0B609
Tints of Citrus #A0B609
RGB
CMYK
RGB Variations
Color information
#A0B609 (or 0xA0B609) is known color: Citrus. HEX triplet: A0, B6 and 09. RGB value is (160,182,9). Sum of RGB (Red+Green+Blue) = 160+182+9=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B609 is #5F49F6. Grayscale: #9C9C9C. Windows color (decimal): -6244855 or 636576. OLE color: 636576.
HSL color Cylindrical-coordinate representation of color #A0B609: hue angle of 67.63º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0B609 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 9 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.29 |
| HSL | 67.63º | 0.91% | 0.37% | - |
| HSV(B) | 67.63º | 0.95% | 0.71% | - |
| XYZ | 31.27 | 40.95 | 6.51 | - |
| YUV | 155.7 | 45.21 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 9 | 0.12 | 0 | 0.95 | 0.29 | 67.63 | 0.91 | 0.37 |
| Hex | A0 | B6 | 9 | C | 0 | 5F | 1D | 44 | 5B | 25 |
| Octal | 240 | 266 | 11 | 14 | 0 | 137 | 35 | 104 | 133 | 45 |
| Binary | 10100000 | 10110110 | 1001 | 1100 | 0 | 1011111 | 11101 | 1000100 | 1011011 | 100101 |
Color Harmonies of #A0B609
Complementary color
Monochromatic Colors of #A0B609
Black with #A0B609
Text Example
Text Example
White with #A0B609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B609; }
p { color: rgb(160,182,9); }
H1.HeaderClassName
{
color: #A0B609;
}
.AnyTagClassName
{
color: #A0B609;
}
</style>
background-color css
<style>
a { background-color: #A0B609; }
a { background-color: rgb(160,182,9); }
div.DivClassName
{
background-color: #A0B609;
}
.BgClassName
{
background-color: #A0B609;
}
</style>
border-color css
<style>
span { border-color: #A0B609; }
span { border-color: rgb(160,182,9); }
td.TdClassName
{
border-color: #A0B609;
}
.TagClassName
{
border-color: #A0B609;
}
</style>