Shades of Citrus #A2BE0D
Tints of Citrus #A2BE0D
RGB
CMYK
RGB Variations
Color information
#A2BE0D (or 0xA2BE0D) is known color: Citrus. HEX triplet: A2, BE and 0D. RGB value is (162,190,13). Sum of RGB (Red+Green+Blue) = 162+190+13=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE0D is #5D41F2. Grayscale: #A2A2A2. Windows color (decimal): -6111731 or 900770. OLE color: 900770.
HSL color Cylindrical-coordinate representation of color #A2BE0D: hue angle of 69.49º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2BE0D is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 13 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.25 |
| HSL | 69.49º | 0.87% | 0.4% | - |
| HSV(B) | 69.49º | 0.93% | 0.75% | - |
| XYZ | 33.39 | 44.54 | 7.22 | - |
| YUV | 161.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 13 | 0.15 | 0 | 0.93 | 0.25 | 69.49 | 0.87 | 0.4 |
| Hex | A2 | BE | D | F | 0 | 5D | 19 | 45 | 57 | 28 |
| Octal | 242 | 276 | 15 | 17 | 0 | 135 | 31 | 105 | 127 | 50 |
| Binary | 10100010 | 10111110 | 1101 | 1111 | 0 | 1011101 | 11001 | 1000101 | 1010111 | 101000 |
Color Harmonies of #A2BE0D
Complementary color
Monochromatic Colors of #A2BE0D
Black with #A2BE0D
Text Example
Text Example
White with #A2BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE0D; }
p { color: rgb(162,190,13); }
H1.HeaderClassName
{
color: #A2BE0D;
}
.AnyTagClassName
{
color: #A2BE0D;
}
</style>
background-color css
<style>
a { background-color: #A2BE0D; }
a { background-color: rgb(162,190,13); }
div.DivClassName
{
background-color: #A2BE0D;
}
.BgClassName
{
background-color: #A2BE0D;
}
</style>
border-color css
<style>
span { border-color: #A2BE0D; }
span { border-color: rgb(162,190,13); }
td.TdClassName
{
border-color: #A2BE0D;
}
.TagClassName
{
border-color: #A2BE0D;
}
</style>