Shades of Citrus #A5BD00
Tints of Citrus #A5BD00
RGB
CMYK
RGB Variations
Color information
#A5BD00 (or 0xA5BD00) is known color: Citrus. HEX triplet: A5, BD and 00. RGB value is (165,189,0). Sum of RGB (Red+Green+Blue) = 165+189+0=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BD00 is #5A42FF. Grayscale: #A1A1A1. Windows color (decimal): -5915392 or 48549. OLE color: 48549.
HSL color Cylindrical-coordinate representation of color #A5BD00: hue angle of 67.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5BD00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.26 |
| HSL | 67.62º | 1% | 0.37% | - |
| HSV(B) | 67.62º | 1% | 0.74% | - |
| XYZ | 33.71 | 44.39 | 6.79 | - |
| YUV | 160.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 0 | 0.13 | 0 | 1 | 0.26 | 67.62 | 1 | 0.37 |
| Hex | A5 | BD | 0 | D | 0 | 64 | 1A | 44 | 64 | 25 |
| Octal | 245 | 275 | 0 | 15 | 0 | 144 | 32 | 104 | 144 | 45 |
| Binary | 10100101 | 10111101 | 0 | 1101 | 0 | 1100100 | 11010 | 1000100 | 1100100 | 100101 |
Color Harmonies of #A5BD00
Complementary color
Monochromatic Colors of #A5BD00
Black with #A5BD00
Text Example
Text Example
White with #A5BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD00; }
p { color: rgb(165,189,0); }
H1.HeaderClassName
{
color: #A5BD00;
}
.AnyTagClassName
{
color: #A5BD00;
}
</style>
background-color css
<style>
a { background-color: #A5BD00; }
a { background-color: rgb(165,189,0); }
div.DivClassName
{
background-color: #A5BD00;
}
.BgClassName
{
background-color: #A5BD00;
}
</style>
border-color css
<style>
span { border-color: #A5BD00; }
span { border-color: rgb(165,189,0); }
td.TdClassName
{
border-color: #A5BD00;
}
.TagClassName
{
border-color: #A5BD00;
}
</style>