Shades of Citrus #A8BF04
Tints of Citrus #A8BF04
RGB
CMYK
RGB Variations
Color information
#A8BF04 (or 0xA8BF04) is known color: Citrus. HEX triplet: A8, BF and 04. RGB value is (168,191,4). Sum of RGB (Red+Green+Blue) = 168+191+4=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BF04 is #5740FB. Grayscale: #A3A3A3. Windows color (decimal): -5718268 or 311208. OLE color: 311208.
HSL color Cylindrical-coordinate representation of color #A8BF04: hue angle of 67.38º degrees, saturation: 0.96, 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 #A8BF04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.25 |
| HSL | 67.38º | 0.96% | 0.38% | - |
| HSV(B) | 67.38º | 0.98% | 0.75% | - |
| XYZ | 34.8 | 45.6 | 7.08 | - |
| YUV | 162.81 | 38.38 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 4 | 0.12 | 0 | 0.98 | 0.25 | 67.38 | 0.96 | 0.38 |
| Hex | A8 | BF | 4 | C | 0 | 62 | 19 | 43 | 60 | 26 |
| Octal | 250 | 277 | 4 | 14 | 0 | 142 | 31 | 103 | 140 | 46 |
| Binary | 10101000 | 10111111 | 100 | 1100 | 0 | 1100010 | 11001 | 1000011 | 1100000 | 100110 |
Color Harmonies of #A8BF04
Complementary color
Monochromatic Colors of #A8BF04
Black with #A8BF04
Text Example
Text Example
White with #A8BF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF04; }
p { color: rgb(168,191,4); }
H1.HeaderClassName
{
color: #A8BF04;
}
.AnyTagClassName
{
color: #A8BF04;
}
</style>
background-color css
<style>
a { background-color: #A8BF04; }
a { background-color: rgb(168,191,4); }
div.DivClassName
{
background-color: #A8BF04;
}
.BgClassName
{
background-color: #A8BF04;
}
</style>
border-color css
<style>
span { border-color: #A8BF04; }
span { border-color: rgb(168,191,4); }
td.TdClassName
{
border-color: #A8BF04;
}
.TagClassName
{
border-color: #A8BF04;
}
</style>