Shades of Citrus #A4B509
Tints of Citrus #A4B509
RGB
CMYK
RGB Variations
Color information
#A4B509 (or 0xA4B509) is known color: Citrus. HEX triplet: A4, B5 and 09. RGB value is (164,181,9). Sum of RGB (Red+Green+Blue) = 164+181+9=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B509 is #5B4AF6. Grayscale: #9C9C9C. Windows color (decimal): -5982967 or 636324. OLE color: 636324.
HSL color Cylindrical-coordinate representation of color #A4B509: hue angle of 65.93º 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 #A4B509 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 9 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.29 |
| HSL | 65.93º | 0.91% | 0.37% | - |
| HSV(B) | 65.93º | 0.95% | 0.71% | - |
| XYZ | 31.88 | 40.96 | 6.48 | - |
| YUV | 156.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 9 | 0.09 | 0 | 0.95 | 0.29 | 65.93 | 0.91 | 0.37 |
| Hex | A4 | B5 | 9 | 9 | 0 | 5F | 1D | 42 | 5B | 25 |
| Octal | 244 | 265 | 11 | 11 | 0 | 137 | 35 | 102 | 133 | 45 |
| Binary | 10100100 | 10110101 | 1001 | 1001 | 0 | 1011111 | 11101 | 1000010 | 1011011 | 100101 |
Color Harmonies of #A4B509
Complementary color
Monochromatic Colors of #A4B509
Black with #A4B509
Text Example
Text Example
White with #A4B509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B509; }
p { color: rgb(164,181,9); }
H1.HeaderClassName
{
color: #A4B509;
}
.AnyTagClassName
{
color: #A4B509;
}
</style>
background-color css
<style>
a { background-color: #A4B509; }
a { background-color: rgb(164,181,9); }
div.DivClassName
{
background-color: #A4B509;
}
.BgClassName
{
background-color: #A4B509;
}
</style>
border-color css
<style>
span { border-color: #A4B509; }
span { border-color: rgb(164,181,9); }
td.TdClassName
{
border-color: #A4B509;
}
.TagClassName
{
border-color: #A4B509;
}
</style>