Shades of Citrus #A5B10C
Tints of Citrus #A5B10C
RGB
CMYK
RGB Variations
Color information
#A5B10C (or 0xA5B10C) is known color: Citrus. HEX triplet: A5, B1 and 0C. RGB value is (165,177,12). Sum of RGB (Red+Green+Blue) = 165+177+12=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B10C is #5A4EF3. Grayscale: #9B9B9B. Windows color (decimal): -5918452 or 831909. OLE color: 831909.
HSL color Cylindrical-coordinate representation of color #A5B10C: hue angle of 64.36º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5B10C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 12 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.31 |
| HSL | 64.36º | 0.87% | 0.37% | - |
| HSV(B) | 64.36º | 0.93% | 0.69% | - |
| XYZ | 31.31 | 39.47 | 6.32 | - |
| YUV | 154.6 | 47.52 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 12 | 0.07 | 0 | 0.93 | 0.31 | 64.36 | 0.87 | 0.37 |
| Hex | A5 | B1 | C | 7 | 0 | 5D | 1F | 40 | 57 | 25 |
| Octal | 245 | 261 | 14 | 7 | 0 | 135 | 37 | 100 | 127 | 45 |
| Binary | 10100101 | 10110001 | 1100 | 111 | 0 | 1011101 | 11111 | 1000000 | 1010111 | 100101 |
Color Harmonies of #A5B10C
Complementary color
Monochromatic Colors of #A5B10C
Black with #A5B10C
Text Example
Text Example
White with #A5B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B10C; }
p { color: rgb(165,177,12); }
H1.HeaderClassName
{
color: #A5B10C;
}
.AnyTagClassName
{
color: #A5B10C;
}
</style>
background-color css
<style>
a { background-color: #A5B10C; }
a { background-color: rgb(165,177,12); }
div.DivClassName
{
background-color: #A5B10C;
}
.BgClassName
{
background-color: #A5B10C;
}
</style>
border-color css
<style>
span { border-color: #A5B10C; }
span { border-color: rgb(165,177,12); }
td.TdClassName
{
border-color: #A5B10C;
}
.TagClassName
{
border-color: #A5B10C;
}
</style>