Shades of Celery #A1BD4B
Tints of Celery #A1BD4B
RGB
CMYK
RGB Variations
Color information
#A1BD4B (or 0xA1BD4B) is known color: Celery. HEX triplet: A1, BD and 4B. RGB value is (161,189,75). Sum of RGB (Red+Green+Blue) = 161+189+75=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD4B is #5E42B4. Grayscale: #A8A8A8. Windows color (decimal): -6177461 or 4963745. OLE color: 4963745.
HSL color Cylindrical-coordinate representation of color #A1BD4B: hue angle of 74.74º 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 #A1BD4B is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 75 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.26 |
| HSL | 74.74º | 0.46% | 0.52% | - |
| HSV(B) | 74.74º | 0.6% | 0.74% | - |
| XYZ | 34.17 | 44.48 | 13.44 | - |
| YUV | 167.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 75 | 0.15 | 0 | 0.60 | 0.26 | 74.74 | 0.46 | 0.52 |
| Hex | A1 | BD | 4B | F | 0 | 3C | 1A | 4B | 2E | 34 |
| Octal | 241 | 275 | 113 | 17 | 0 | 74 | 32 | 113 | 56 | 64 |
| Binary | 10100001 | 10111101 | 1001011 | 1111 | 0 | 111100 | 11010 | 1001011 | 101110 | 110100 |
Color Harmonies of #A1BD4B
Complementary color
Monochromatic Colors of #A1BD4B
Black with #A1BD4B
Text Example
Text Example
White with #A1BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD4B; }
p { color: rgb(161,189,75); }
H1.HeaderClassName
{
color: #A1BD4B;
}
.AnyTagClassName
{
color: #A1BD4B;
}
</style>
background-color css
<style>
a { background-color: #A1BD4B; }
a { background-color: rgb(161,189,75); }
div.DivClassName
{
background-color: #A1BD4B;
}
.BgClassName
{
background-color: #A1BD4B;
}
</style>
border-color css
<style>
span { border-color: #A1BD4B; }
span { border-color: rgb(161,189,75); }
td.TdClassName
{
border-color: #A1BD4B;
}
.TagClassName
{
border-color: #A1BD4B;
}
</style>