Shades of Citrus #A8BE09
Tints of Citrus #A8BE09
RGB
CMYK
RGB Variations
Color information
#A8BE09 (or 0xA8BE09) is known color: Citrus. HEX triplet: A8, BE and 09. RGB value is (168,190,9). Sum of RGB (Red+Green+Blue) = 168+190+9=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE09 is #5741F6. Grayscale: #A3A3A3. Windows color (decimal): -5718519 or 638632. OLE color: 638632.
HSL color Cylindrical-coordinate representation of color #A8BE09: hue angle of 67.29º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8BE09 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 9 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.25 |
| HSL | 67.29º | 0.91% | 0.39% | - |
| HSV(B) | 67.29º | 0.95% | 0.75% | - |
| XYZ | 34.61 | 45.17 | 7.15 | - |
| YUV | 162.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 9 | 0.12 | 0 | 0.95 | 0.25 | 67.29 | 0.91 | 0.39 |
| Hex | A8 | BE | 9 | C | 0 | 5F | 19 | 43 | 5B | 27 |
| Octal | 250 | 276 | 11 | 14 | 0 | 137 | 31 | 103 | 133 | 47 |
| Binary | 10101000 | 10111110 | 1001 | 1100 | 0 | 1011111 | 11001 | 1000011 | 1011011 | 100111 |
Color Harmonies of #A8BE09
Complementary color
Monochromatic Colors of #A8BE09
Black with #A8BE09
Text Example
Text Example
White with #A8BE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE09; }
p { color: rgb(168,190,9); }
H1.HeaderClassName
{
color: #A8BE09;
}
.AnyTagClassName
{
color: #A8BE09;
}
</style>
background-color css
<style>
a { background-color: #A8BE09; }
a { background-color: rgb(168,190,9); }
div.DivClassName
{
background-color: #A8BE09;
}
.BgClassName
{
background-color: #A8BE09;
}
</style>
border-color css
<style>
span { border-color: #A8BE09; }
span { border-color: rgb(168,190,9); }
td.TdClassName
{
border-color: #A8BE09;
}
.TagClassName
{
border-color: #A8BE09;
}
</style>