Shades of Citrus #A5B214
Tints of Citrus #A5B214
RGB
CMYK
RGB Variations
Color information
#A5B214 (or 0xA5B214) is known color: Citrus. HEX triplet: A5, B2 and 14. RGB value is (165,178,20). Sum of RGB (Red+Green+Blue) = 165+178+20=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B214 is #5A4DEB. Grayscale: #9C9C9C. Windows color (decimal): -5918188 or 1356453. OLE color: 1356453.
HSL color Cylindrical-coordinate representation of color #A5B214: hue angle of 64.94º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5B214 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 20 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.30 |
| HSL | 64.94º | 0.8% | 0.39% | - |
| HSV(B) | 64.94º | 0.89% | 0.7% | - |
| XYZ | 31.56 | 39.89 | 6.7 | - |
| YUV | 156.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 20 | 0.07 | 0 | 0.89 | 0.30 | 64.94 | 0.8 | 0.39 |
| Hex | A5 | B2 | 14 | 7 | 0 | 59 | 1E | 41 | 50 | 27 |
| Octal | 245 | 262 | 24 | 7 | 0 | 131 | 36 | 101 | 120 | 47 |
| Binary | 10100101 | 10110010 | 10100 | 111 | 0 | 1011001 | 11110 | 1000001 | 1010000 | 100111 |
Color Harmonies of #A5B214
Complementary color
Monochromatic Colors of #A5B214
Black with #A5B214
Text Example
Text Example
White with #A5B214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B214; }
p { color: rgb(165,178,20); }
H1.HeaderClassName
{
color: #A5B214;
}
.AnyTagClassName
{
color: #A5B214;
}
</style>
background-color css
<style>
a { background-color: #A5B214; }
a { background-color: rgb(165,178,20); }
div.DivClassName
{
background-color: #A5B214;
}
.BgClassName
{
background-color: #A5B214;
}
</style>
border-color css
<style>
span { border-color: #A5B214; }
span { border-color: rgb(165,178,20); }
td.TdClassName
{
border-color: #A5B214;
}
.TagClassName
{
border-color: #A5B214;
}
</style>