Shades of Citrus #A8B306
Tints of Citrus #A8B306
RGB
CMYK
RGB Variations
Color information
#A8B306 (or 0xA8B306) is known color: Citrus. HEX triplet: A8, B3 and 06. RGB value is (168,179,6). Sum of RGB (Red+Green+Blue) = 168+179+6=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B306 is #574CF9. Grayscale: #9C9C9C. Windows color (decimal): -5721338 or 439208. OLE color: 439208.
HSL color Cylindrical-coordinate representation of color #A8B306: hue angle of 63.82º degrees, saturation: 0.94, 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 #A8B306 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.30 |
| HSL | 63.82º | 0.94% | 0.36% | - |
| HSV(B) | 63.82º | 0.97% | 0.7% | - |
| XYZ | 32.3 | 40.58 | 6.3 | - |
| YUV | 155.99 | 43.36 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 6 | 0.06 | 0 | 0.97 | 0.30 | 63.82 | 0.94 | 0.36 |
| Hex | A8 | B3 | 6 | 6 | 0 | 61 | 1E | 40 | 5E | 24 |
| Octal | 250 | 263 | 6 | 6 | 0 | 141 | 36 | 100 | 136 | 44 |
| Binary | 10101000 | 10110011 | 110 | 110 | 0 | 1100001 | 11110 | 1000000 | 1011110 | 100100 |
Color Harmonies of #A8B306
Complementary color
Monochromatic Colors of #A8B306
Black with #A8B306
Text Example
Text Example
White with #A8B306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B306; }
p { color: rgb(168,179,6); }
H1.HeaderClassName
{
color: #A8B306;
}
.AnyTagClassName
{
color: #A8B306;
}
</style>
background-color css
<style>
a { background-color: #A8B306; }
a { background-color: rgb(168,179,6); }
div.DivClassName
{
background-color: #A8B306;
}
.BgClassName
{
background-color: #A8B306;
}
</style>
border-color css
<style>
span { border-color: #A8B306; }
span { border-color: rgb(168,179,6); }
td.TdClassName
{
border-color: #A8B306;
}
.TagClassName
{
border-color: #A8B306;
}
</style>