Shades of Citrus #A9B50C
Tints of Citrus #A9B50C
RGB
CMYK
RGB Variations
Color information
#A9B50C (or 0xA9B50C) is known color: Citrus. HEX triplet: A9, B5 and 0C. RGB value is (169,181,12). Sum of RGB (Red+Green+Blue) = 169+181+12=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B50C is #564AF3. Grayscale: #9E9E9E. Windows color (decimal): -5655284 or 832937. OLE color: 832937.
HSL color Cylindrical-coordinate representation of color #A9B50C: hue angle of 64.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9B50C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 12 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.29 |
| HSL | 64.26º | 0.88% | 0.38% | - |
| HSV(B) | 64.26º | 0.93% | 0.71% | - |
| XYZ | 32.95 | 41.51 | 6.62 | - |
| YUV | 158.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 12 | 0.07 | 0 | 0.93 | 0.29 | 64.26 | 0.88 | 0.38 |
| Hex | A9 | B5 | C | 7 | 0 | 5D | 1D | 40 | 58 | 26 |
| Octal | 251 | 265 | 14 | 7 | 0 | 135 | 35 | 100 | 130 | 46 |
| Binary | 10101001 | 10110101 | 1100 | 111 | 0 | 1011101 | 11101 | 1000000 | 1011000 | 100110 |
Color Harmonies of #A9B50C
Complementary color
Monochromatic Colors of #A9B50C
Black with #A9B50C
Text Example
Text Example
White with #A9B50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B50C; }
p { color: rgb(169,181,12); }
H1.HeaderClassName
{
color: #A9B50C;
}
.AnyTagClassName
{
color: #A9B50C;
}
</style>
background-color css
<style>
a { background-color: #A9B50C; }
a { background-color: rgb(169,181,12); }
div.DivClassName
{
background-color: #A9B50C;
}
.BgClassName
{
background-color: #A9B50C;
}
</style>
border-color css
<style>
span { border-color: #A9B50C; }
span { border-color: rgb(169,181,12); }
td.TdClassName
{
border-color: #A9B50C;
}
.TagClassName
{
border-color: #A9B50C;
}
</style>