Shades of Citrus #A2B80F
Tints of Citrus #A2B80F
RGB
CMYK
RGB Variations
Color information
#A2B80F (or 0xA2B80F) is known color: Citrus. HEX triplet: A2, B8 and 0F. RGB value is (162,184,15). Sum of RGB (Red+Green+Blue) = 162+184+15=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B80F is #5D47F0. Grayscale: #9E9E9E. Windows color (decimal): -6113265 or 1030306. OLE color: 1030306.
HSL color Cylindrical-coordinate representation of color #A2B80F: hue angle of 67.81º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B80F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 15 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.28 |
| HSL | 67.81º | 0.85% | 0.39% | - |
| HSV(B) | 67.81º | 0.92% | 0.72% | - |
| XYZ | 32.13 | 42 | 6.86 | - |
| YUV | 158.16 | 47.21 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 15 | 0.12 | 0 | 0.92 | 0.28 | 67.81 | 0.85 | 0.39 |
| Hex | A2 | B8 | F | C | 0 | 5C | 1C | 44 | 55 | 27 |
| Octal | 242 | 270 | 17 | 14 | 0 | 134 | 34 | 104 | 125 | 47 |
| Binary | 10100010 | 10111000 | 1111 | 1100 | 0 | 1011100 | 11100 | 1000100 | 1010101 | 100111 |
Color Harmonies of #A2B80F
Complementary color
Monochromatic Colors of #A2B80F
Black with #A2B80F
Text Example
Text Example
White with #A2B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B80F; }
p { color: rgb(162,184,15); }
H1.HeaderClassName
{
color: #A2B80F;
}
.AnyTagClassName
{
color: #A2B80F;
}
</style>
background-color css
<style>
a { background-color: #A2B80F; }
a { background-color: rgb(162,184,15); }
div.DivClassName
{
background-color: #A2B80F;
}
.BgClassName
{
background-color: #A2B80F;
}
</style>
border-color css
<style>
span { border-color: #A2B80F; }
span { border-color: rgb(162,184,15); }
td.TdClassName
{
border-color: #A2B80F;
}
.TagClassName
{
border-color: #A2B80F;
}
</style>