Shades of Citrus #A4BE01
Tints of Citrus #A4BE01
RGB
CMYK
RGB Variations
Color information
#A4BE01 (or 0xA4BE01) is known color: Citrus. HEX triplet: A4, BE and 01. RGB value is (164,190,1). Sum of RGB (Red+Green+Blue) = 164+190+1=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BE01 is #5B41FE. Grayscale: #A1A1A1. Windows color (decimal): -5980671 or 114340. OLE color: 114340.
HSL color Cylindrical-coordinate representation of color #A4BE01: hue angle of 68.25º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4BE01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.25 |
| HSL | 68.25º | 0.99% | 0.37% | - |
| HSV(B) | 68.25º | 0.99% | 0.75% | - |
| XYZ | 33.73 | 44.72 | 6.88 | - |
| YUV | 160.68 | 37.89 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 1 | 0.14 | 0 | 0.99 | 0.25 | 68.25 | 0.99 | 0.37 |
| Hex | A4 | BE | 1 | E | 0 | 63 | 19 | 44 | 63 | 25 |
| Octal | 244 | 276 | 1 | 16 | 0 | 143 | 31 | 104 | 143 | 45 |
| Binary | 10100100 | 10111110 | 1 | 1110 | 0 | 1100011 | 11001 | 1000100 | 1100011 | 100101 |
Color Harmonies of #A4BE01
Complementary color
Monochromatic Colors of #A4BE01
Black with #A4BE01
Text Example
Text Example
White with #A4BE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE01; }
p { color: rgb(164,190,1); }
H1.HeaderClassName
{
color: #A4BE01;
}
.AnyTagClassName
{
color: #A4BE01;
}
</style>
background-color css
<style>
a { background-color: #A4BE01; }
a { background-color: rgb(164,190,1); }
div.DivClassName
{
background-color: #A4BE01;
}
.BgClassName
{
background-color: #A4BE01;
}
</style>
border-color css
<style>
span { border-color: #A4BE01; }
span { border-color: rgb(164,190,1); }
td.TdClassName
{
border-color: #A4BE01;
}
.TagClassName
{
border-color: #A4BE01;
}
</style>