Shades of Citrus #A1BE05
Tints of Citrus #A1BE05
RGB
CMYK
RGB Variations
Color information
#A1BE05 (or 0xA1BE05) is known color: Citrus. HEX triplet: A1, BE and 05. RGB value is (161,190,5). Sum of RGB (Red+Green+Blue) = 161+190+5=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BE05 is #5E41FA. Grayscale: #A0A0A0. Windows color (decimal): -6177275 or 376481. OLE color: 376481.
HSL color Cylindrical-coordinate representation of color #A1BE05: hue angle of 69.41º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1BE05 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.25 |
| HSL | 69.41º | 0.95% | 0.38% | - |
| HSV(B) | 69.41º | 0.97% | 0.75% | - |
| XYZ | 33.14 | 44.41 | 6.97 | - |
| YUV | 160.24 | 40.39 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 5 | 0.15 | 0 | 0.97 | 0.25 | 69.41 | 0.95 | 0.38 |
| Hex | A1 | BE | 5 | F | 0 | 61 | 19 | 45 | 5F | 26 |
| Octal | 241 | 276 | 5 | 17 | 0 | 141 | 31 | 105 | 137 | 46 |
| Binary | 10100001 | 10111110 | 101 | 1111 | 0 | 1100001 | 11001 | 1000101 | 1011111 | 100110 |
Color Harmonies of #A1BE05
Complementary color
Monochromatic Colors of #A1BE05
Black with #A1BE05
Text Example
Text Example
White with #A1BE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE05; }
p { color: rgb(161,190,5); }
H1.HeaderClassName
{
color: #A1BE05;
}
.AnyTagClassName
{
color: #A1BE05;
}
</style>
background-color css
<style>
a { background-color: #A1BE05; }
a { background-color: rgb(161,190,5); }
div.DivClassName
{
background-color: #A1BE05;
}
.BgClassName
{
background-color: #A1BE05;
}
</style>
border-color css
<style>
span { border-color: #A1BE05; }
span { border-color: rgb(161,190,5); }
td.TdClassName
{
border-color: #A1BE05;
}
.TagClassName
{
border-color: #A1BE05;
}
</style>