Shades of Citrus #A5BD06
Tints of Citrus #A5BD06
RGB
CMYK
RGB Variations
Color information
#A5BD06 (or 0xA5BD06) is known color: Citrus. HEX triplet: A5, BD and 06. RGB value is (165,189,6). Sum of RGB (Red+Green+Blue) = 165+189+6=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BD06 is #5A42F9. Grayscale: #A1A1A1. Windows color (decimal): -5915386 or 441765. OLE color: 441765.
HSL color Cylindrical-coordinate representation of color #A5BD06: hue angle of 67.87º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5BD06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.26 |
| HSL | 67.87º | 0.94% | 0.38% | - |
| HSV(B) | 67.87º | 0.97% | 0.74% | - |
| XYZ | 33.75 | 44.41 | 6.97 | - |
| YUV | 160.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 6 | 0.13 | 0 | 0.97 | 0.26 | 67.87 | 0.94 | 0.38 |
| Hex | A5 | BD | 6 | D | 0 | 61 | 1A | 44 | 5E | 26 |
| Octal | 245 | 275 | 6 | 15 | 0 | 141 | 32 | 104 | 136 | 46 |
| Binary | 10100101 | 10111101 | 110 | 1101 | 0 | 1100001 | 11010 | 1000100 | 1011110 | 100110 |
Color Harmonies of #A5BD06
Complementary color
Monochromatic Colors of #A5BD06
Black with #A5BD06
Text Example
Text Example
White with #A5BD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD06; }
p { color: rgb(165,189,6); }
H1.HeaderClassName
{
color: #A5BD06;
}
.AnyTagClassName
{
color: #A5BD06;
}
</style>
background-color css
<style>
a { background-color: #A5BD06; }
a { background-color: rgb(165,189,6); }
div.DivClassName
{
background-color: #A5BD06;
}
.BgClassName
{
background-color: #A5BD06;
}
</style>
border-color css
<style>
span { border-color: #A5BD06; }
span { border-color: rgb(165,189,6); }
td.TdClassName
{
border-color: #A5BD06;
}
.TagClassName
{
border-color: #A5BD06;
}
</style>