Shades of Citrus #A8B605
Tints of Citrus #A8B605
RGB
CMYK
RGB Variations
Color information
#A8B605 (or 0xA8B605) is known color: Citrus. HEX triplet: A8, B6 and 05. RGB value is (168,182,5). Sum of RGB (Red+Green+Blue) = 168+182+5=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B605 is #5749FA. Grayscale: #9E9E9E. Windows color (decimal): -5720571 or 374440. OLE color: 374440.
HSL color Cylindrical-coordinate representation of color #A8B605: hue angle of 64.75º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8B605 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 5 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.29 |
| HSL | 64.75º | 0.95% | 0.37% | - |
| HSV(B) | 64.75º | 0.97% | 0.71% | - |
| XYZ | 32.9 | 41.79 | 6.48 | - |
| YUV | 157.64 | 41.86 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 5 | 0.08 | 0 | 0.97 | 0.29 | 64.75 | 0.95 | 0.37 |
| Hex | A8 | B6 | 5 | 8 | 0 | 61 | 1D | 41 | 5F | 25 |
| Octal | 250 | 266 | 5 | 10 | 0 | 141 | 35 | 101 | 137 | 45 |
| Binary | 10101000 | 10110110 | 101 | 1000 | 0 | 1100001 | 11101 | 1000001 | 1011111 | 100101 |
Color Harmonies of #A8B605
Complementary color
Monochromatic Colors of #A8B605
Black with #A8B605
Text Example
Text Example
White with #A8B605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B605; }
p { color: rgb(168,182,5); }
H1.HeaderClassName
{
color: #A8B605;
}
.AnyTagClassName
{
color: #A8B605;
}
</style>
background-color css
<style>
a { background-color: #A8B605; }
a { background-color: rgb(168,182,5); }
div.DivClassName
{
background-color: #A8B605;
}
.BgClassName
{
background-color: #A8B605;
}
</style>
border-color css
<style>
span { border-color: #A8B605; }
span { border-color: rgb(168,182,5); }
td.TdClassName
{
border-color: #A8B605;
}
.TagClassName
{
border-color: #A8B605;
}
</style>