Shades of Celery #A7B13C
Tints of Celery #A7B13C
RGB
CMYK
RGB Variations
Color information
#A7B13C (or 0xA7B13C) is known color: Celery. HEX triplet: A7, B1 and 3C. RGB value is (167,177,60). Sum of RGB (Red+Green+Blue) = 167+177+60=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B13C is #584EC3. Grayscale: #A1A1A1. Windows color (decimal): -5787332 or 3977639. OLE color: 3977639.
HSL color Cylindrical-coordinate representation of color #A7B13C: hue angle of 65.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7B13C is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 60 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.31 |
| HSL | 65.13º | 0.49% | 0.46% | - |
| HSV(B) | 65.13º | 0.66% | 0.69% | - |
| XYZ | 32.47 | 39.99 | 10.28 | - |
| YUV | 160.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 60 | 0.06 | 0 | 0.66 | 0.31 | 65.13 | 0.49 | 0.46 |
| Hex | A7 | B1 | 3C | 6 | 0 | 42 | 1F | 41 | 31 | 2E |
| Octal | 247 | 261 | 74 | 6 | 0 | 102 | 37 | 101 | 61 | 56 |
| Binary | 10100111 | 10110001 | 111100 | 110 | 0 | 1000010 | 11111 | 1000001 | 110001 | 101110 |
Color Harmonies of #A7B13C
Complementary color
Monochromatic Colors of #A7B13C
Black with #A7B13C
Text Example
Text Example
White with #A7B13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B13C; }
p { color: rgb(167,177,60); }
H1.HeaderClassName
{
color: #A7B13C;
}
.AnyTagClassName
{
color: #A7B13C;
}
</style>
background-color css
<style>
a { background-color: #A7B13C; }
a { background-color: rgb(167,177,60); }
div.DivClassName
{
background-color: #A7B13C;
}
.BgClassName
{
background-color: #A7B13C;
}
</style>
border-color css
<style>
span { border-color: #A7B13C; }
span { border-color: rgb(167,177,60); }
td.TdClassName
{
border-color: #A7B13C;
}
.TagClassName
{
border-color: #A7B13C;
}
</style>