Shades of Celery #ABC641
Tints of Celery #ABC641
RGB
CMYK
RGB Variations
Color information
#ABC641 (or 0xABC641) is known color: Celery. HEX triplet: AB, C6 and 41. RGB value is (171,198,65). Sum of RGB (Red+Green+Blue) = 171+198+65=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC641 is #5439BE. Grayscale: #AFAFAF. Windows color (decimal): -5519807 or 4310699. OLE color: 4310699.
HSL color Cylindrical-coordinate representation of color #ABC641: hue angle of 72.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABC641 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 65 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.22 |
| HSL | 72.18º | 0.54% | 0.52% | - |
| HSV(B) | 72.18º | 0.67% | 0.78% | - |
| XYZ | 37.94 | 49.43 | 12.54 | - |
| YUV | 174.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 65 | 0.14 | 0 | 0.67 | 0.22 | 72.18 | 0.54 | 0.52 |
| Hex | AB | C6 | 41 | E | 0 | 43 | 16 | 48 | 36 | 34 |
| Octal | 253 | 306 | 101 | 16 | 0 | 103 | 26 | 110 | 66 | 64 |
| Binary | 10101011 | 11000110 | 1000001 | 1110 | 0 | 1000011 | 10110 | 1001000 | 110110 | 110100 |
Color Harmonies of #ABC641
Complementary color
Monochromatic Colors of #ABC641
Black with #ABC641
Text Example
Text Example
White with #ABC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC641; }
p { color: rgb(171,198,65); }
H1.HeaderClassName
{
color: #ABC641;
}
.AnyTagClassName
{
color: #ABC641;
}
</style>
background-color css
<style>
a { background-color: #ABC641; }
a { background-color: rgb(171,198,65); }
div.DivClassName
{
background-color: #ABC641;
}
.BgClassName
{
background-color: #ABC641;
}
</style>
border-color css
<style>
span { border-color: #ABC641; }
span { border-color: rgb(171,198,65); }
td.TdClassName
{
border-color: #ABC641;
}
.TagClassName
{
border-color: #ABC641;
}
</style>