Shades of Celery #A6BD4B
Tints of Celery #A6BD4B
RGB
CMYK
RGB Variations
Color information
#A6BD4B (or 0xA6BD4B) is known color: Celery. HEX triplet: A6, BD and 4B. RGB value is (166,189,75). Sum of RGB (Red+Green+Blue) = 166+189+75=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD4B is #5942B4. Grayscale: #A9A9A9. Windows color (decimal): -5849781 or 4963750. OLE color: 4963750.
HSL color Cylindrical-coordinate representation of color #A6BD4B: hue angle of 72.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6BD4B is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 75 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.26 |
| HSL | 72.11º | 0.46% | 0.52% | - |
| HSV(B) | 72.11º | 0.6% | 0.74% | - |
| XYZ | 35.19 | 45.01 | 13.49 | - |
| YUV | 169.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 75 | 0.12 | 0 | 0.60 | 0.26 | 72.11 | 0.46 | 0.52 |
| Hex | A6 | BD | 4B | C | 0 | 3C | 1A | 48 | 2E | 34 |
| Octal | 246 | 275 | 113 | 14 | 0 | 74 | 32 | 110 | 56 | 64 |
| Binary | 10100110 | 10111101 | 1001011 | 1100 | 0 | 111100 | 11010 | 1001000 | 101110 | 110100 |
Color Harmonies of #A6BD4B
Complementary color
Monochromatic Colors of #A6BD4B
Black with #A6BD4B
Text Example
Text Example
White with #A6BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD4B; }
p { color: rgb(166,189,75); }
H1.HeaderClassName
{
color: #A6BD4B;
}
.AnyTagClassName
{
color: #A6BD4B;
}
</style>
background-color css
<style>
a { background-color: #A6BD4B; }
a { background-color: rgb(166,189,75); }
div.DivClassName
{
background-color: #A6BD4B;
}
.BgClassName
{
background-color: #A6BD4B;
}
</style>
border-color css
<style>
span { border-color: #A6BD4B; }
span { border-color: rgb(166,189,75); }
td.TdClassName
{
border-color: #A6BD4B;
}
.TagClassName
{
border-color: #A6BD4B;
}
</style>