Shades of Celery #A4B442
Tints of Celery #A4B442
RGB
CMYK
RGB Variations
Color information
#A4B442 (or 0xA4B442) is known color: Celery. HEX triplet: A4, B4 and 42. RGB value is (164,180,66). Sum of RGB (Red+Green+Blue) = 164+180+66=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B442 is #5B4BBD. Grayscale: #A2A2A2. Windows color (decimal): -5983166 or 4371620. OLE color: 4371620.
HSL color Cylindrical-coordinate representation of color #A4B442: hue angle of 68.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4B442 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 66 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.29 |
| HSL | 68.42º | 0.46% | 0.48% | - |
| HSV(B) | 68.42º | 0.63% | 0.71% | - |
| XYZ | 32.61 | 40.93 | 11.34 | - |
| YUV | 162.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 66 | 0.09 | 0 | 0.63 | 0.29 | 68.42 | 0.46 | 0.48 |
| Hex | A4 | B4 | 42 | 9 | 0 | 3F | 1D | 44 | 2E | 30 |
| Octal | 244 | 264 | 102 | 11 | 0 | 77 | 35 | 104 | 56 | 60 |
| Binary | 10100100 | 10110100 | 1000010 | 1001 | 0 | 111111 | 11101 | 1000100 | 101110 | 110000 |
Color Harmonies of #A4B442
Complementary color
Monochromatic Colors of #A4B442
Black with #A4B442
Text Example
Text Example
White with #A4B442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B442; }
p { color: rgb(164,180,66); }
H1.HeaderClassName
{
color: #A4B442;
}
.AnyTagClassName
{
color: #A4B442;
}
</style>
background-color css
<style>
a { background-color: #A4B442; }
a { background-color: rgb(164,180,66); }
div.DivClassName
{
background-color: #A4B442;
}
.BgClassName
{
background-color: #A4B442;
}
</style>
border-color css
<style>
span { border-color: #A4B442; }
span { border-color: rgb(164,180,66); }
td.TdClassName
{
border-color: #A4B442;
}
.TagClassName
{
border-color: #A4B442;
}
</style>