Shades of Citrus #A0B605
Tints of Citrus #A0B605
RGB
CMYK
RGB Variations
Color information
#A0B605 (or 0xA0B605) is known color: Citrus. HEX triplet: A0, B6 and 05. RGB value is (160,182,5). Sum of RGB (Red+Green+Blue) = 160+182+5=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B605 is #5F49FA. Grayscale: #9B9B9B. Windows color (decimal): -6244859 or 374432. OLE color: 374432.
HSL color Cylindrical-coordinate representation of color #A0B605: hue angle of 67.46º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0B605 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.29 |
| HSL | 67.46º | 0.95% | 0.37% | - |
| HSV(B) | 67.46º | 0.97% | 0.71% | - |
| XYZ | 31.25 | 40.94 | 6.4 | - |
| YUV | 155.24 | 43.21 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 5 | 0.12 | 0 | 0.97 | 0.29 | 67.46 | 0.95 | 0.37 |
| Hex | A0 | B6 | 5 | C | 0 | 61 | 1D | 43 | 5F | 25 |
| Octal | 240 | 266 | 5 | 14 | 0 | 141 | 35 | 103 | 137 | 45 |
| Binary | 10100000 | 10110110 | 101 | 1100 | 0 | 1100001 | 11101 | 1000011 | 1011111 | 100101 |
Color Harmonies of #A0B605
Complementary color
Monochromatic Colors of #A0B605
Black with #A0B605
Text Example
Text Example
White with #A0B605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B605; }
p { color: rgb(160,182,5); }
H1.HeaderClassName
{
color: #A0B605;
}
.AnyTagClassName
{
color: #A0B605;
}
</style>
background-color css
<style>
a { background-color: #A0B605; }
a { background-color: rgb(160,182,5); }
div.DivClassName
{
background-color: #A0B605;
}
.BgClassName
{
background-color: #A0B605;
}
</style>
border-color css
<style>
span { border-color: #A0B605; }
span { border-color: rgb(160,182,5); }
td.TdClassName
{
border-color: #A0B605;
}
.TagClassName
{
border-color: #A0B605;
}
</style>