Shades of Celery #A1B04B
Tints of Celery #A1B04B
RGB
CMYK
RGB Variations
Color information
#A1B04B (or 0xA1B04B) is known color: Celery. HEX triplet: A1, B0 and 4B. RGB value is (161,176,75). Sum of RGB (Red+Green+Blue) = 161+176+75=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B04B is #5E4FB4. Grayscale: #A0A0A0. Windows color (decimal): -6180789 or 4960417. OLE color: 4960417.
HSL color Cylindrical-coordinate representation of color #A1B04B: hue angle of 68.91º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1B04B is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 75 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.31 |
| HSL | 68.91º | 0.4% | 0.49% | - |
| HSV(B) | 68.91º | 0.57% | 0.69% | - |
| XYZ | 31.49 | 39.14 | 12.55 | - |
| YUV | 160 | 80.03 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 75 | 0.09 | 0 | 0.57 | 0.31 | 68.91 | 0.4 | 0.49 |
| Hex | A1 | B0 | 4B | 9 | 0 | 39 | 1F | 45 | 28 | 31 |
| Octal | 241 | 260 | 113 | 11 | 0 | 71 | 37 | 105 | 50 | 61 |
| Binary | 10100001 | 10110000 | 1001011 | 1001 | 0 | 111001 | 11111 | 1000101 | 101000 | 110001 |
Color Harmonies of #A1B04B
Complementary color
Monochromatic Colors of #A1B04B
Black with #A1B04B
Text Example
Text Example
White with #A1B04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B04B; }
p { color: rgb(161,176,75); }
H1.HeaderClassName
{
color: #A1B04B;
}
.AnyTagClassName
{
color: #A1B04B;
}
</style>
background-color css
<style>
a { background-color: #A1B04B; }
a { background-color: rgb(161,176,75); }
div.DivClassName
{
background-color: #A1B04B;
}
.BgClassName
{
background-color: #A1B04B;
}
</style>
border-color css
<style>
span { border-color: #A1B04B; }
span { border-color: rgb(161,176,75); }
td.TdClassName
{
border-color: #A1B04B;
}
.TagClassName
{
border-color: #A1B04B;
}
</style>