Shades of Citrus #A4BE0F
Tints of Citrus #A4BE0F
RGB
CMYK
RGB Variations
Color information
#A4BE0F (or 0xA4BE0F) is known color: Citrus. HEX triplet: A4, BE and 0F. RGB value is (164,190,15). Sum of RGB (Red+Green+Blue) = 164+190+15=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BE0F is #5B41F0. Grayscale: #A2A2A2. Windows color (decimal): -5980657 or 1031844. OLE color: 1031844.
HSL color Cylindrical-coordinate representation of color #A4BE0F: hue angle of 68.91º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4BE0F is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 15 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.25 |
| HSL | 68.91º | 0.85% | 0.4% | - |
| HSV(B) | 68.91º | 0.92% | 0.75% | - |
| XYZ | 33.81 | 44.75 | 7.31 | - |
| YUV | 162.28 | 44.89 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 15 | 0.14 | 0 | 0.92 | 0.25 | 68.91 | 0.85 | 0.4 |
| Hex | A4 | BE | F | E | 0 | 5C | 19 | 45 | 55 | 28 |
| Octal | 244 | 276 | 17 | 16 | 0 | 134 | 31 | 105 | 125 | 50 |
| Binary | 10100100 | 10111110 | 1111 | 1110 | 0 | 1011100 | 11001 | 1000101 | 1010101 | 101000 |
Color Harmonies of #A4BE0F
Complementary color
Monochromatic Colors of #A4BE0F
Black with #A4BE0F
Text Example
Text Example
White with #A4BE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE0F; }
p { color: rgb(164,190,15); }
H1.HeaderClassName
{
color: #A4BE0F;
}
.AnyTagClassName
{
color: #A4BE0F;
}
</style>
background-color css
<style>
a { background-color: #A4BE0F; }
a { background-color: rgb(164,190,15); }
div.DivClassName
{
background-color: #A4BE0F;
}
.BgClassName
{
background-color: #A4BE0F;
}
</style>
border-color css
<style>
span { border-color: #A4BE0F; }
span { border-color: rgb(164,190,15); }
td.TdClassName
{
border-color: #A4BE0F;
}
.TagClassName
{
border-color: #A4BE0F;
}
</style>