Shades of Citrus #A8B600
Tints of Citrus #A8B600
RGB
CMYK
RGB Variations
Color information
#A8B600 (or 0xA8B600) is known color: Citrus. HEX triplet: A8, B6 and 00. RGB value is (168,182,0). Sum of RGB (Red+Green+Blue) = 168+182+0=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B600 is #5749FF. Grayscale: #9D9D9D. Windows color (decimal): -5720576 or 46760. OLE color: 46760.
HSL color Cylindrical-coordinate representation of color #A8B600: hue angle of 64.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8B600 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.29 |
| HSL | 64.62º | 1% | 0.36% | - |
| HSV(B) | 64.62º | 1% | 0.71% | - |
| XYZ | 32.88 | 41.78 | 6.33 | - |
| YUV | 157.07 | 39.36 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 0 | 0.08 | 0 | 1 | 0.29 | 64.62 | 1 | 0.36 |
| Hex | A8 | B6 | 0 | 8 | 0 | 64 | 1D | 41 | 64 | 24 |
| Octal | 250 | 266 | 0 | 10 | 0 | 144 | 35 | 101 | 144 | 44 |
| Binary | 10101000 | 10110110 | 0 | 1000 | 0 | 1100100 | 11101 | 1000001 | 1100100 | 100100 |
Color Harmonies of #A8B600
Complementary color
Monochromatic Colors of #A8B600
Black with #A8B600
Text Example
Text Example
White with #A8B600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B600; }
p { color: rgb(168,182,0); }
H1.HeaderClassName
{
color: #A8B600;
}
.AnyTagClassName
{
color: #A8B600;
}
</style>
background-color css
<style>
a { background-color: #A8B600; }
a { background-color: rgb(168,182,0); }
div.DivClassName
{
background-color: #A8B600;
}
.BgClassName
{
background-color: #A8B600;
}
</style>
border-color css
<style>
span { border-color: #A8B600; }
span { border-color: rgb(168,182,0); }
td.TdClassName
{
border-color: #A8B600;
}
.TagClassName
{
border-color: #A8B600;
}
</style>