Shades of Celery #A5B03E
Tints of Celery #A5B03E
RGB
CMYK
RGB Variations
Color information
#A5B03E (or 0xA5B03E) is known color: Celery. HEX triplet: A5, B0 and 3E. RGB value is (165,176,62). Sum of RGB (Red+Green+Blue) = 165+176+62=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B03E is #5A4FC1. Grayscale: #A0A0A0. Windows color (decimal): -5918658 or 4108453. OLE color: 4108453.
HSL color Cylindrical-coordinate representation of color #A5B03E: hue angle of 65.79º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5B03E is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 62 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.31 |
| HSL | 65.79º | 0.48% | 0.47% | - |
| HSV(B) | 65.79º | 0.65% | 0.69% | - |
| XYZ | 31.91 | 39.4 | 10.48 | - |
| YUV | 159.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 62 | 0.06 | 0 | 0.65 | 0.31 | 65.79 | 0.48 | 0.47 |
| Hex | A5 | B0 | 3E | 6 | 0 | 41 | 1F | 42 | 30 | 2F |
| Octal | 245 | 260 | 76 | 6 | 0 | 101 | 37 | 102 | 60 | 57 |
| Binary | 10100101 | 10110000 | 111110 | 110 | 0 | 1000001 | 11111 | 1000010 | 110000 | 101111 |
Color Harmonies of #A5B03E
Complementary color
Monochromatic Colors of #A5B03E
Black with #A5B03E
Text Example
Text Example
White with #A5B03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B03E; }
p { color: rgb(165,176,62); }
H1.HeaderClassName
{
color: #A5B03E;
}
.AnyTagClassName
{
color: #A5B03E;
}
</style>
background-color css
<style>
a { background-color: #A5B03E; }
a { background-color: rgb(165,176,62); }
div.DivClassName
{
background-color: #A5B03E;
}
.BgClassName
{
background-color: #A5B03E;
}
</style>
border-color css
<style>
span { border-color: #A5B03E; }
span { border-color: rgb(165,176,62); }
td.TdClassName
{
border-color: #A5B03E;
}
.TagClassName
{
border-color: #A5B03E;
}
</style>