Shades of Citrus #A2B90F
Tints of Citrus #A2B90F
RGB
CMYK
RGB Variations
Color information
#A2B90F (or 0xA2B90F) is known color: Citrus. HEX triplet: A2, B9 and 0F. RGB value is (162,185,15). Sum of RGB (Red+Green+Blue) = 162+185+15=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B90F is #5D46F0. Grayscale: #9F9F9F. Windows color (decimal): -6113009 or 1030562. OLE color: 1030562.
HSL color Cylindrical-coordinate representation of color #A2B90F: hue angle of 68.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B90F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 15 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.27 |
| HSL | 68.12º | 0.85% | 0.39% | - |
| HSV(B) | 68.12º | 0.92% | 0.73% | - |
| XYZ | 32.34 | 42.41 | 6.93 | - |
| YUV | 158.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 15 | 0.12 | 0 | 0.92 | 0.27 | 68.12 | 0.85 | 0.39 |
| Hex | A2 | B9 | F | C | 0 | 5C | 1B | 44 | 55 | 27 |
| Octal | 242 | 271 | 17 | 14 | 0 | 134 | 33 | 104 | 125 | 47 |
| Binary | 10100010 | 10111001 | 1111 | 1100 | 0 | 1011100 | 11011 | 1000100 | 1010101 | 100111 |
Color Harmonies of #A2B90F
Complementary color
Monochromatic Colors of #A2B90F
Black with #A2B90F
Text Example
Text Example
White with #A2B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B90F; }
p { color: rgb(162,185,15); }
H1.HeaderClassName
{
color: #A2B90F;
}
.AnyTagClassName
{
color: #A2B90F;
}
</style>
background-color css
<style>
a { background-color: #A2B90F; }
a { background-color: rgb(162,185,15); }
div.DivClassName
{
background-color: #A2B90F;
}
.BgClassName
{
background-color: #A2B90F;
}
</style>
border-color css
<style>
span { border-color: #A2B90F; }
span { border-color: rgb(162,185,15); }
td.TdClassName
{
border-color: #A2B90F;
}
.TagClassName
{
border-color: #A2B90F;
}
</style>