Shades of Celery #ABBE4A
Tints of Celery #ABBE4A
RGB
CMYK
RGB Variations
Color information
#ABBE4A (or 0xABBE4A) is known color: Celery. HEX triplet: AB, BE and 4A. RGB value is (171,190,74). Sum of RGB (Red+Green+Blue) = 171+190+74=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE4A is #5441B5. Grayscale: #ABABAB. Windows color (decimal): -5521846 or 4898475. OLE color: 4898475.
HSL color Cylindrical-coordinate representation of color #ABBE4A: hue angle of 69.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABBE4A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 190 | 74 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.25 |
| HSL | 69.83º | 0.47% | 0.52% | - |
| HSV(B) | 69.83º | 0.61% | 0.75% | - |
| XYZ | 36.44 | 45.98 | 13.43 | - |
| YUV | 171.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 74 | 0.10 | 0 | 0.61 | 0.25 | 69.83 | 0.47 | 0.52 |
| Hex | AB | BE | 4A | A | 0 | 3D | 19 | 46 | 2F | 34 |
| Octal | 253 | 276 | 112 | 12 | 0 | 75 | 31 | 106 | 57 | 64 |
| Binary | 10101011 | 10111110 | 1001010 | 1010 | 0 | 111101 | 11001 | 1000110 | 101111 | 110100 |
Color Harmonies of #ABBE4A
Complementary color
Monochromatic Colors of #ABBE4A
Black with #ABBE4A
Text Example
Text Example
White with #ABBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBE4A; }
p { color: rgb(171,190,74); }
H1.HeaderClassName
{
color: #ABBE4A;
}
.AnyTagClassName
{
color: #ABBE4A;
}
</style>
background-color css
<style>
a { background-color: #ABBE4A; }
a { background-color: rgb(171,190,74); }
div.DivClassName
{
background-color: #ABBE4A;
}
.BgClassName
{
background-color: #ABBE4A;
}
</style>
border-color css
<style>
span { border-color: #ABBE4A; }
span { border-color: rgb(171,190,74); }
td.TdClassName
{
border-color: #ABBE4A;
}
.TagClassName
{
border-color: #ABBE4A;
}
</style>