Shades of Citrus #A8BE03
Tints of Citrus #A8BE03
RGB
CMYK
RGB Variations
Color information
#A8BE03 (or 0xA8BE03) is known color: Citrus. HEX triplet: A8, BE and 03. RGB value is (168,190,3). Sum of RGB (Red+Green+Blue) = 168+190+3=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE03 is #5741FC. Grayscale: #A2A2A2. Windows color (decimal): -5718525 or 245416. OLE color: 245416.
HSL color Cylindrical-coordinate representation of color #A8BE03: hue angle of 67.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8BE03 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 3 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.25 |
| HSL | 67.06º | 0.97% | 0.38% | - |
| HSV(B) | 67.06º | 0.98% | 0.75% | - |
| XYZ | 34.58 | 45.16 | 6.98 | - |
| YUV | 162.1 | 38.21 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 3 | 0.12 | 0 | 0.98 | 0.25 | 67.06 | 0.97 | 0.38 |
| Hex | A8 | BE | 3 | C | 0 | 62 | 19 | 43 | 61 | 26 |
| Octal | 250 | 276 | 3 | 14 | 0 | 142 | 31 | 103 | 141 | 46 |
| Binary | 10101000 | 10111110 | 11 | 1100 | 0 | 1100010 | 11001 | 1000011 | 1100001 | 100110 |
Color Harmonies of #A8BE03
Complementary color
Monochromatic Colors of #A8BE03
Black with #A8BE03
Text Example
Text Example
White with #A8BE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE03; }
p { color: rgb(168,190,3); }
H1.HeaderClassName
{
color: #A8BE03;
}
.AnyTagClassName
{
color: #A8BE03;
}
</style>
background-color css
<style>
a { background-color: #A8BE03; }
a { background-color: rgb(168,190,3); }
div.DivClassName
{
background-color: #A8BE03;
}
.BgClassName
{
background-color: #A8BE03;
}
</style>
border-color css
<style>
span { border-color: #A8BE03; }
span { border-color: rgb(168,190,3); }
td.TdClassName
{
border-color: #A8BE03;
}
.TagClassName
{
border-color: #A8BE03;
}
</style>