Shades of Citrus #A8B214
Tints of Citrus #A8B214
RGB
CMYK
RGB Variations
Color information
#A8B214 (or 0xA8B214) is known color: Citrus. HEX triplet: A8, B2 and 14. RGB value is (168,178,20). Sum of RGB (Red+Green+Blue) = 168+178+20=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B214 is #574DEB. Grayscale: #9D9D9D. Windows color (decimal): -5721580 or 1356456. OLE color: 1356456.
HSL color Cylindrical-coordinate representation of color #A8B214: hue angle of 63.8º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8B214 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 20 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.30 |
| HSL | 63.8º | 0.8% | 0.39% | - |
| HSV(B) | 63.8º | 0.89% | 0.7% | - |
| XYZ | 32.2 | 40.22 | 6.73 | - |
| YUV | 157 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 20 | 0.06 | 0 | 0.89 | 0.30 | 63.8 | 0.8 | 0.39 |
| Hex | A8 | B2 | 14 | 6 | 0 | 59 | 1E | 40 | 50 | 27 |
| Octal | 250 | 262 | 24 | 6 | 0 | 131 | 36 | 100 | 120 | 47 |
| Binary | 10101000 | 10110010 | 10100 | 110 | 0 | 1011001 | 11110 | 1000000 | 1010000 | 100111 |
Color Harmonies of #A8B214
Complementary color
Monochromatic Colors of #A8B214
Black with #A8B214
Text Example
Text Example
White with #A8B214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B214; }
p { color: rgb(168,178,20); }
H1.HeaderClassName
{
color: #A8B214;
}
.AnyTagClassName
{
color: #A8B214;
}
</style>
background-color css
<style>
a { background-color: #A8B214; }
a { background-color: rgb(168,178,20); }
div.DivClassName
{
background-color: #A8B214;
}
.BgClassName
{
background-color: #A8B214;
}
</style>
border-color css
<style>
span { border-color: #A8B214; }
span { border-color: rgb(168,178,20); }
td.TdClassName
{
border-color: #A8B214;
}
.TagClassName
{
border-color: #A8B214;
}
</style>