Shades of Citrus #A8BE05
Tints of Citrus #A8BE05
RGB
CMYK
RGB Variations
Color information
#A8BE05 (or 0xA8BE05) is known color: Citrus. HEX triplet: A8, BE and 05. RGB value is (168,190,5). Sum of RGB (Red+Green+Blue) = 168+190+5=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE05 is #5741FA. Grayscale: #A3A3A3. Windows color (decimal): -5718523 or 376488. OLE color: 376488.
HSL color Cylindrical-coordinate representation of color #A8BE05: hue angle of 67.14º 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 #A8BE05 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.25 |
| HSL | 67.14º | 0.95% | 0.38% | - |
| HSV(B) | 67.14º | 0.97% | 0.75% | - |
| XYZ | 34.59 | 45.16 | 7.04 | - |
| YUV | 162.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 5 | 0.12 | 0 | 0.97 | 0.25 | 67.14 | 0.95 | 0.38 |
| Hex | A8 | BE | 5 | C | 0 | 61 | 19 | 43 | 5F | 26 |
| Octal | 250 | 276 | 5 | 14 | 0 | 141 | 31 | 103 | 137 | 46 |
| Binary | 10101000 | 10111110 | 101 | 1100 | 0 | 1100001 | 11001 | 1000011 | 1011111 | 100110 |
Color Harmonies of #A8BE05
Complementary color
Monochromatic Colors of #A8BE05
Black with #A8BE05
Text Example
Text Example
White with #A8BE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE05; }
p { color: rgb(168,190,5); }
H1.HeaderClassName
{
color: #A8BE05;
}
.AnyTagClassName
{
color: #A8BE05;
}
</style>
background-color css
<style>
a { background-color: #A8BE05; }
a { background-color: rgb(168,190,5); }
div.DivClassName
{
background-color: #A8BE05;
}
.BgClassName
{
background-color: #A8BE05;
}
</style>
border-color css
<style>
span { border-color: #A8BE05; }
span { border-color: rgb(168,190,5); }
td.TdClassName
{
border-color: #A8BE05;
}
.TagClassName
{
border-color: #A8BE05;
}
</style>