Shades of Citrus #A8B509
Tints of Citrus #A8B509
RGB
CMYK
RGB Variations
Color information
#A8B509 (or 0xA8B509) is known color: Citrus. HEX triplet: A8, B5 and 09. RGB value is (168,181,9). Sum of RGB (Red+Green+Blue) = 168+181+9=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B509 is #574AF6. Grayscale: #9E9E9E. Windows color (decimal): -5720823 or 636328. OLE color: 636328.
HSL color Cylindrical-coordinate representation of color #A8B509: hue angle of 64.53º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8B509 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 9 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.29 |
| HSL | 64.53º | 0.91% | 0.37% | - |
| HSV(B) | 64.53º | 0.95% | 0.71% | - |
| XYZ | 32.72 | 41.39 | 6.52 | - |
| YUV | 157.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 9 | 0.07 | 0 | 0.95 | 0.29 | 64.53 | 0.91 | 0.37 |
| Hex | A8 | B5 | 9 | 7 | 0 | 5F | 1D | 41 | 5B | 25 |
| Octal | 250 | 265 | 11 | 7 | 0 | 137 | 35 | 101 | 133 | 45 |
| Binary | 10101000 | 10110101 | 1001 | 111 | 0 | 1011111 | 11101 | 1000001 | 1011011 | 100101 |
Color Harmonies of #A8B509
Complementary color
Monochromatic Colors of #A8B509
Black with #A8B509
Text Example
Text Example
White with #A8B509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B509; }
p { color: rgb(168,181,9); }
H1.HeaderClassName
{
color: #A8B509;
}
.AnyTagClassName
{
color: #A8B509;
}
</style>
background-color css
<style>
a { background-color: #A8B509; }
a { background-color: rgb(168,181,9); }
div.DivClassName
{
background-color: #A8B509;
}
.BgClassName
{
background-color: #A8B509;
}
</style>
border-color css
<style>
span { border-color: #A8B509; }
span { border-color: rgb(168,181,9); }
td.TdClassName
{
border-color: #A8B509;
}
.TagClassName
{
border-color: #A8B509;
}
</style>