Shades of Citrus #A8B008
Tints of Citrus #A8B008
RGB
CMYK
RGB Variations
Color information
#A8B008 (or 0xA8B008) is known color: Citrus. HEX triplet: A8, B0 and 08. RGB value is (168,176,8). Sum of RGB (Red+Green+Blue) = 168+176+8=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B008 is #574FF7. Grayscale: #9B9B9B. Windows color (decimal): -5722104 or 569512. OLE color: 569512.
HSL color Cylindrical-coordinate representation of color #A8B008: hue angle of 62.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8B008 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 8 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.31 |
| HSL | 62.86º | 0.91% | 0.36% | - |
| HSV(B) | 62.86º | 0.95% | 0.69% | - |
| XYZ | 31.72 | 39.39 | 6.16 | - |
| YUV | 154.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 8 | 0.05 | 0 | 0.95 | 0.31 | 62.86 | 0.91 | 0.36 |
| Hex | A8 | B0 | 8 | 5 | 0 | 5F | 1F | 3F | 5B | 24 |
| Octal | 250 | 260 | 10 | 5 | 0 | 137 | 37 | 77 | 133 | 44 |
| Binary | 10101000 | 10110000 | 1000 | 101 | 0 | 1011111 | 11111 | 111111 | 1011011 | 100100 |
Color Harmonies of #A8B008
Complementary color
Monochromatic Colors of #A8B008
Black with #A8B008
Text Example
Text Example
White with #A8B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B008; }
p { color: rgb(168,176,8); }
H1.HeaderClassName
{
color: #A8B008;
}
.AnyTagClassName
{
color: #A8B008;
}
</style>
background-color css
<style>
a { background-color: #A8B008; }
a { background-color: rgb(168,176,8); }
div.DivClassName
{
background-color: #A8B008;
}
.BgClassName
{
background-color: #A8B008;
}
</style>
border-color css
<style>
span { border-color: #A8B008; }
span { border-color: rgb(168,176,8); }
td.TdClassName
{
border-color: #A8B008;
}
.TagClassName
{
border-color: #A8B008;
}
</style>