Shades of Citrus #A8B907
Tints of Citrus #A8B907
RGB
CMYK
RGB Variations
Color information
#A8B907 (or 0xA8B907) is known color: Citrus. HEX triplet: A8, B9 and 07. RGB value is (168,185,7). Sum of RGB (Red+Green+Blue) = 168+185+7=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B907 is #5746F8. Grayscale: #A0A0A0. Windows color (decimal): -5719801 or 506280. OLE color: 506280.
HSL color Cylindrical-coordinate representation of color #A8B907: hue angle of 65.73º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8B907 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 7 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.27 |
| HSL | 65.73º | 0.93% | 0.38% | - |
| HSV(B) | 65.73º | 0.96% | 0.73% | - |
| XYZ | 33.54 | 43.04 | 6.74 | - |
| YUV | 159.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 7 | 0.09 | 0 | 0.96 | 0.27 | 65.73 | 0.93 | 0.38 |
| Hex | A8 | B9 | 7 | 9 | 0 | 60 | 1B | 42 | 5D | 26 |
| Octal | 250 | 271 | 7 | 11 | 0 | 140 | 33 | 102 | 135 | 46 |
| Binary | 10101000 | 10111001 | 111 | 1001 | 0 | 1100000 | 11011 | 1000010 | 1011101 | 100110 |
Color Harmonies of #A8B907
Complementary color
Monochromatic Colors of #A8B907
Black with #A8B907
Text Example
Text Example
White with #A8B907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B907; }
p { color: rgb(168,185,7); }
H1.HeaderClassName
{
color: #A8B907;
}
.AnyTagClassName
{
color: #A8B907;
}
</style>
background-color css
<style>
a { background-color: #A8B907; }
a { background-color: rgb(168,185,7); }
div.DivClassName
{
background-color: #A8B907;
}
.BgClassName
{
background-color: #A8B907;
}
</style>
border-color css
<style>
span { border-color: #A8B907; }
span { border-color: rgb(168,185,7); }
td.TdClassName
{
border-color: #A8B907;
}
.TagClassName
{
border-color: #A8B907;
}
</style>