Shades of Citrus #A5B400
Tints of Citrus #A5B400
RGB
CMYK
RGB Variations
Color information
#A5B400 (or 0xA5B400) is known color: Citrus. HEX triplet: A5, B4 and 00. RGB value is (165,180,0). Sum of RGB (Red+Green+Blue) = 165+180+0=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B400 is #5A4BFF. Grayscale: #9B9B9B. Windows color (decimal): -5917696 or 46245. OLE color: 46245.
HSL color Cylindrical-coordinate representation of color #A5B400: hue angle of 65º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5B400 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.29 |
| HSL | 65º | 1% | 0.35% | - |
| HSV(B) | 65º | 1% | 0.71% | - |
| XYZ | 31.84 | 40.64 | 6.17 | - |
| YUV | 155 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 0 | 0.08 | 0 | 1 | 0.29 | 65 | 1 | 0.35 |
| Hex | A5 | B4 | 0 | 8 | 0 | 64 | 1D | 41 | 64 | 23 |
| Octal | 245 | 264 | 0 | 10 | 0 | 144 | 35 | 101 | 144 | 43 |
| Binary | 10100101 | 10110100 | 0 | 1000 | 0 | 1100100 | 11101 | 1000001 | 1100100 | 100011 |
Color Harmonies of #A5B400
Complementary color
Monochromatic Colors of #A5B400
Black with #A5B400
Text Example
Text Example
White with #A5B400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B400; }
p { color: rgb(165,180,0); }
H1.HeaderClassName
{
color: #A5B400;
}
.AnyTagClassName
{
color: #A5B400;
}
</style>
background-color css
<style>
a { background-color: #A5B400; }
a { background-color: rgb(165,180,0); }
div.DivClassName
{
background-color: #A5B400;
}
.BgClassName
{
background-color: #A5B400;
}
</style>
border-color css
<style>
span { border-color: #A5B400; }
span { border-color: rgb(165,180,0); }
td.TdClassName
{
border-color: #A5B400;
}
.TagClassName
{
border-color: #A5B400;
}
</style>