Shades of Citrus #A8B807
Tints of Citrus #A8B807
RGB
CMYK
RGB Variations
Color information
#A8B807 (or 0xA8B807) is known color: Citrus. HEX triplet: A8, B8 and 07. RGB value is (168,184,7). Sum of RGB (Red+Green+Blue) = 168+184+7=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B807 is #5747F8. Grayscale: #9F9F9F. Windows color (decimal): -5720057 or 506024. OLE color: 506024.
HSL color Cylindrical-coordinate representation of color #A8B807: hue angle of 65.42º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8B807 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 7 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.28 |
| HSL | 65.42º | 0.93% | 0.37% | - |
| HSV(B) | 65.42º | 0.96% | 0.72% | - |
| XYZ | 33.33 | 42.62 | 6.67 | - |
| YUV | 159.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 7 | 0.09 | 0 | 0.96 | 0.28 | 65.42 | 0.93 | 0.37 |
| Hex | A8 | B8 | 7 | 9 | 0 | 60 | 1C | 41 | 5D | 25 |
| Octal | 250 | 270 | 7 | 11 | 0 | 140 | 34 | 101 | 135 | 45 |
| Binary | 10101000 | 10111000 | 111 | 1001 | 0 | 1100000 | 11100 | 1000001 | 1011101 | 100101 |
Color Harmonies of #A8B807
Complementary color
Monochromatic Colors of #A8B807
Black with #A8B807
Text Example
Text Example
White with #A8B807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B807; }
p { color: rgb(168,184,7); }
H1.HeaderClassName
{
color: #A8B807;
}
.AnyTagClassName
{
color: #A8B807;
}
</style>
background-color css
<style>
a { background-color: #A8B807; }
a { background-color: rgb(168,184,7); }
div.DivClassName
{
background-color: #A8B807;
}
.BgClassName
{
background-color: #A8B807;
}
</style>
border-color css
<style>
span { border-color: #A8B807; }
span { border-color: rgb(168,184,7); }
td.TdClassName
{
border-color: #A8B807;
}
.TagClassName
{
border-color: #A8B807;
}
</style>