Shades of Citrus #A2B50F
Tints of Citrus #A2B50F
RGB
CMYK
RGB Variations
Color information
#A2B50F (or 0xA2B50F) is known color: Citrus. HEX triplet: A2, B5 and 0F. RGB value is (162,181,15). Sum of RGB (Red+Green+Blue) = 162+181+15=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B50F is #5D4AF0. Grayscale: #9D9D9D. Windows color (decimal): -6114033 or 1029538. OLE color: 1029538.
HSL color Cylindrical-coordinate representation of color #A2B50F: hue angle of 66.87º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B50F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 15 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.29 |
| HSL | 66.87º | 0.85% | 0.38% | - |
| HSV(B) | 66.87º | 0.92% | 0.71% | - |
| XYZ | 31.51 | 40.76 | 6.66 | - |
| YUV | 156.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 15 | 0.10 | 0 | 0.92 | 0.29 | 66.87 | 0.85 | 0.38 |
| Hex | A2 | B5 | F | A | 0 | 5C | 1D | 43 | 55 | 26 |
| Octal | 242 | 265 | 17 | 12 | 0 | 134 | 35 | 103 | 125 | 46 |
| Binary | 10100010 | 10110101 | 1111 | 1010 | 0 | 1011100 | 11101 | 1000011 | 1010101 | 100110 |
Color Harmonies of #A2B50F
Complementary color
Monochromatic Colors of #A2B50F
Black with #A2B50F
Text Example
Text Example
White with #A2B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B50F; }
p { color: rgb(162,181,15); }
H1.HeaderClassName
{
color: #A2B50F;
}
.AnyTagClassName
{
color: #A2B50F;
}
</style>
background-color css
<style>
a { background-color: #A2B50F; }
a { background-color: rgb(162,181,15); }
div.DivClassName
{
background-color: #A2B50F;
}
.BgClassName
{
background-color: #A2B50F;
}
</style>
border-color css
<style>
span { border-color: #A2B50F; }
span { border-color: rgb(162,181,15); }
td.TdClassName
{
border-color: #A2B50F;
}
.TagClassName
{
border-color: #A2B50F;
}
</style>