Shades of Citrus #A5B202
Tints of Citrus #A5B202
RGB
CMYK
RGB Variations
Color information
#A5B202 (or 0xA5B202) is known color: Citrus. HEX triplet: A5, B2 and 02. RGB value is (165,178,2). Sum of RGB (Red+Green+Blue) = 165+178+2=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B202 is #5A4DFD. Grayscale: #9A9A9A. Windows color (decimal): -5918206 or 176805. OLE color: 176805.
HSL color Cylindrical-coordinate representation of color #A5B202: hue angle of 64.43º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5B202 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.30 |
| HSL | 64.43º | 0.98% | 0.35% | - |
| HSV(B) | 64.43º | 0.99% | 0.7% | - |
| XYZ | 31.45 | 39.84 | 6.09 | - |
| YUV | 154.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 2 | 0.07 | 0 | 0.99 | 0.30 | 64.43 | 0.98 | 0.35 |
| Hex | A5 | B2 | 2 | 7 | 0 | 63 | 1E | 40 | 62 | 23 |
| Octal | 245 | 262 | 2 | 7 | 0 | 143 | 36 | 100 | 142 | 43 |
| Binary | 10100101 | 10110010 | 10 | 111 | 0 | 1100011 | 11110 | 1000000 | 1100010 | 100011 |
Color Harmonies of #A5B202
Complementary color
Monochromatic Colors of #A5B202
Black with #A5B202
Text Example
Text Example
White with #A5B202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B202; }
p { color: rgb(165,178,2); }
H1.HeaderClassName
{
color: #A5B202;
}
.AnyTagClassName
{
color: #A5B202;
}
</style>
background-color css
<style>
a { background-color: #A5B202; }
a { background-color: rgb(165,178,2); }
div.DivClassName
{
background-color: #A5B202;
}
.BgClassName
{
background-color: #A5B202;
}
</style>
border-color css
<style>
span { border-color: #A5B202; }
span { border-color: rgb(165,178,2); }
td.TdClassName
{
border-color: #A5B202;
}
.TagClassName
{
border-color: #A5B202;
}
</style>