Shades of Celery #A6B13C
Tints of Celery #A6B13C
RGB
CMYK
RGB Variations
Color information
#A6B13C (or 0xA6B13C) is known color: Celery. HEX triplet: A6, B1 and 3C. RGB value is (166,177,60). Sum of RGB (Red+Green+Blue) = 166+177+60=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B13C is #594EC3. Grayscale: #A0A0A0. Windows color (decimal): -5852868 or 3977638. OLE color: 3977638.
HSL color Cylindrical-coordinate representation of color #A6B13C: hue angle of 65.64º 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 #A6B13C is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 60 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.31 |
| HSL | 65.64º | 0.49% | 0.46% | - |
| HSV(B) | 65.64º | 0.66% | 0.69% | - |
| XYZ | 32.26 | 39.88 | 10.27 | - |
| YUV | 160.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 60 | 0.06 | 0 | 0.66 | 0.31 | 65.64 | 0.49 | 0.46 |
| Hex | A6 | B1 | 3C | 6 | 0 | 42 | 1F | 42 | 31 | 2E |
| Octal | 246 | 261 | 74 | 6 | 0 | 102 | 37 | 102 | 61 | 56 |
| Binary | 10100110 | 10110001 | 111100 | 110 | 0 | 1000010 | 11111 | 1000010 | 110001 | 101110 |
Color Harmonies of #A6B13C
Complementary color
Monochromatic Colors of #A6B13C
Black with #A6B13C
Text Example
Text Example
White with #A6B13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B13C; }
p { color: rgb(166,177,60); }
H1.HeaderClassName
{
color: #A6B13C;
}
.AnyTagClassName
{
color: #A6B13C;
}
</style>
background-color css
<style>
a { background-color: #A6B13C; }
a { background-color: rgb(166,177,60); }
div.DivClassName
{
background-color: #A6B13C;
}
.BgClassName
{
background-color: #A6B13C;
}
</style>
border-color css
<style>
span { border-color: #A6B13C; }
span { border-color: rgb(166,177,60); }
td.TdClassName
{
border-color: #A6B13C;
}
.TagClassName
{
border-color: #A6B13C;
}
</style>