Shades of Citrus #A8B508
Tints of Citrus #A8B508
RGB
CMYK
RGB Variations
Color information
#A8B508 (or 0xA8B508) is known color: Citrus. HEX triplet: A8, B5 and 08. RGB value is (168,181,8). Sum of RGB (Red+Green+Blue) = 168+181+8=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B508 is #574AF7. Grayscale: #9E9E9E. Windows color (decimal): -5720824 or 570792. OLE color: 570792.
HSL color Cylindrical-coordinate representation of color #A8B508: hue angle of 64.51º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8B508 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.29 |
| HSL | 64.51º | 0.92% | 0.37% | - |
| HSV(B) | 64.51º | 0.96% | 0.71% | - |
| XYZ | 32.72 | 41.39 | 6.49 | - |
| YUV | 157.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 8 | 0.07 | 0 | 0.96 | 0.29 | 64.51 | 0.92 | 0.37 |
| Hex | A8 | B5 | 8 | 7 | 0 | 60 | 1D | 41 | 5C | 25 |
| Octal | 250 | 265 | 10 | 7 | 0 | 140 | 35 | 101 | 134 | 45 |
| Binary | 10101000 | 10110101 | 1000 | 111 | 0 | 1100000 | 11101 | 1000001 | 1011100 | 100101 |
Color Harmonies of #A8B508
Complementary color
Monochromatic Colors of #A8B508
Black with #A8B508
Text Example
Text Example
White with #A8B508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B508; }
p { color: rgb(168,181,8); }
H1.HeaderClassName
{
color: #A8B508;
}
.AnyTagClassName
{
color: #A8B508;
}
</style>
background-color css
<style>
a { background-color: #A8B508; }
a { background-color: rgb(168,181,8); }
div.DivClassName
{
background-color: #A8B508;
}
.BgClassName
{
background-color: #A8B508;
}
</style>
border-color css
<style>
span { border-color: #A8B508; }
span { border-color: rgb(168,181,8); }
td.TdClassName
{
border-color: #A8B508;
}
.TagClassName
{
border-color: #A8B508;
}
</style>