Shades of Citrus #A5B612
Tints of Citrus #A5B612
RGB
CMYK
RGB Variations
Color information
#A5B612 (or 0xA5B612) is known color: Citrus. HEX triplet: A5, B6 and 12. RGB value is (165,182,18). Sum of RGB (Red+Green+Blue) = 165+182+18=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B612 is #5A49ED. Grayscale: #9E9E9E. Windows color (decimal): -5917166 or 1226405. OLE color: 1226405.
HSL color Cylindrical-coordinate representation of color #A5B612: hue angle of 66.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5B612 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 18 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.29 |
| HSL | 66.22º | 0.82% | 0.39% | - |
| HSV(B) | 66.22º | 0.9% | 0.71% | - |
| XYZ | 32.35 | 41.5 | 6.88 | - |
| YUV | 158.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 18 | 0.09 | 0 | 0.90 | 0.29 | 66.22 | 0.82 | 0.39 |
| Hex | A5 | B6 | 12 | 9 | 0 | 5A | 1D | 42 | 52 | 27 |
| Octal | 245 | 266 | 22 | 11 | 0 | 132 | 35 | 102 | 122 | 47 |
| Binary | 10100101 | 10110110 | 10010 | 1001 | 0 | 1011010 | 11101 | 1000010 | 1010010 | 100111 |
Color Harmonies of #A5B612
Complementary color
Monochromatic Colors of #A5B612
Black with #A5B612
Text Example
Text Example
White with #A5B612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B612; }
p { color: rgb(165,182,18); }
H1.HeaderClassName
{
color: #A5B612;
}
.AnyTagClassName
{
color: #A5B612;
}
</style>
background-color css
<style>
a { background-color: #A5B612; }
a { background-color: rgb(165,182,18); }
div.DivClassName
{
background-color: #A5B612;
}
.BgClassName
{
background-color: #A5B612;
}
</style>
border-color css
<style>
span { border-color: #A5B612; }
span { border-color: rgb(165,182,18); }
td.TdClassName
{
border-color: #A5B612;
}
.TagClassName
{
border-color: #A5B612;
}
</style>