Shades of Citrus #A0B700
Tints of Citrus #A0B700
RGB
CMYK
RGB Variations
Color information
#A0B700 (or 0xA0B700) is known color: Citrus. HEX triplet: A0, B7 and 00. RGB value is (160,183,0). Sum of RGB (Red+Green+Blue) = 160+183+0=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B700 is #5F48FF. Grayscale: #9B9B9B. Windows color (decimal): -6244608 or 47008. OLE color: 47008.
HSL color Cylindrical-coordinate representation of color #A0B700: hue angle of 67.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0B700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.28 |
| HSL | 67.54º | 1% | 0.36% | - |
| HSV(B) | 67.54º | 1% | 0.72% | - |
| XYZ | 31.43 | 41.34 | 6.32 | - |
| YUV | 155.26 | 40.38 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 0 | 0.13 | 0 | 1 | 0.28 | 67.54 | 1 | 0.36 |
| Hex | A0 | B7 | 0 | D | 0 | 64 | 1C | 44 | 64 | 24 |
| Octal | 240 | 267 | 0 | 15 | 0 | 144 | 34 | 104 | 144 | 44 |
| Binary | 10100000 | 10110111 | 0 | 1101 | 0 | 1100100 | 11100 | 1000100 | 1100100 | 100100 |
Color Harmonies of #A0B700
Complementary color
Monochromatic Colors of #A0B700
Black with #A0B700
Text Example
Text Example
White with #A0B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B700; }
p { color: rgb(160,183,0); }
H1.HeaderClassName
{
color: #A0B700;
}
.AnyTagClassName
{
color: #A0B700;
}
</style>
background-color css
<style>
a { background-color: #A0B700; }
a { background-color: rgb(160,183,0); }
div.DivClassName
{
background-color: #A0B700;
}
.BgClassName
{
background-color: #A0B700;
}
</style>
border-color css
<style>
span { border-color: #A0B700; }
span { border-color: rgb(160,183,0); }
td.TdClassName
{
border-color: #A0B700;
}
.TagClassName
{
border-color: #A0B700;
}
</style>