Shades of Citrus #A8B205
Tints of Citrus #A8B205
RGB
CMYK
RGB Variations
Color information
#A8B205 (or 0xA8B205) is known color: Citrus. HEX triplet: A8, B2 and 05. RGB value is (168,178,5). Sum of RGB (Red+Green+Blue) = 168+178+5=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B205 is #574DFA. Grayscale: #9B9B9B. Windows color (decimal): -5721595 or 373416. OLE color: 373416.
HSL color Cylindrical-coordinate representation of color #A8B205: hue angle of 63.47º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8B205 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 5 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.30 |
| HSL | 63.47º | 0.95% | 0.36% | - |
| HSV(B) | 63.47º | 0.97% | 0.7% | - |
| XYZ | 32.1 | 40.18 | 6.21 | - |
| YUV | 155.29 | 43.19 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 5 | 0.06 | 0 | 0.97 | 0.30 | 63.47 | 0.95 | 0.36 |
| Hex | A8 | B2 | 5 | 6 | 0 | 61 | 1E | 3F | 5F | 24 |
| Octal | 250 | 262 | 5 | 6 | 0 | 141 | 36 | 77 | 137 | 44 |
| Binary | 10101000 | 10110010 | 101 | 110 | 0 | 1100001 | 11110 | 111111 | 1011111 | 100100 |
Color Harmonies of #A8B205
Complementary color
Monochromatic Colors of #A8B205
Black with #A8B205
Text Example
Text Example
White with #A8B205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B205; }
p { color: rgb(168,178,5); }
H1.HeaderClassName
{
color: #A8B205;
}
.AnyTagClassName
{
color: #A8B205;
}
</style>
background-color css
<style>
a { background-color: #A8B205; }
a { background-color: rgb(168,178,5); }
div.DivClassName
{
background-color: #A8B205;
}
.BgClassName
{
background-color: #A8B205;
}
</style>
border-color css
<style>
span { border-color: #A8B205; }
span { border-color: rgb(168,178,5); }
td.TdClassName
{
border-color: #A8B205;
}
.TagClassName
{
border-color: #A8B205;
}
</style>