Shades of Citrus #A8B315
Tints of Citrus #A8B315
RGB
CMYK
RGB Variations
Color information
#A8B315 (or 0xA8B315) is known color: Citrus. HEX triplet: A8, B3 and 15. RGB value is (168,179,21). Sum of RGB (Red+Green+Blue) = 168+179+21=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B315 is #574CEA. Grayscale: #9E9E9E. Windows color (decimal): -5721323 or 1422248. OLE color: 1422248.
HSL color Cylindrical-coordinate representation of color #A8B315: hue angle of 64.18º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8B315 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 21 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.30 |
| HSL | 64.18º | 0.79% | 0.39% | - |
| HSV(B) | 64.18º | 0.88% | 0.7% | - |
| XYZ | 32.4 | 40.62 | 6.84 | - |
| YUV | 157.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 21 | 0.06 | 0 | 0.88 | 0.30 | 64.18 | 0.79 | 0.39 |
| Hex | A8 | B3 | 15 | 6 | 0 | 58 | 1E | 40 | 4F | 27 |
| Octal | 250 | 263 | 25 | 6 | 0 | 130 | 36 | 100 | 117 | 47 |
| Binary | 10101000 | 10110011 | 10101 | 110 | 0 | 1011000 | 11110 | 1000000 | 1001111 | 100111 |
Color Harmonies of #A8B315
Complementary color
Monochromatic Colors of #A8B315
Black with #A8B315
Text Example
Text Example
White with #A8B315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B315; }
p { color: rgb(168,179,21); }
H1.HeaderClassName
{
color: #A8B315;
}
.AnyTagClassName
{
color: #A8B315;
}
</style>
background-color css
<style>
a { background-color: #A8B315; }
a { background-color: rgb(168,179,21); }
div.DivClassName
{
background-color: #A8B315;
}
.BgClassName
{
background-color: #A8B315;
}
</style>
border-color css
<style>
span { border-color: #A8B315; }
span { border-color: rgb(168,179,21); }
td.TdClassName
{
border-color: #A8B315;
}
.TagClassName
{
border-color: #A8B315;
}
</style>