Shades of Celery #ABC03B
Tints of Celery #ABC03B
RGB
CMYK
RGB Variations
Color information
#ABC03B (or 0xABC03B) is known color: Celery. HEX triplet: AB, C0 and 3B. RGB value is (171,192,59). Sum of RGB (Red+Green+Blue) = 171+192+59=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC03B is #543FC4. Grayscale: #ABABAB. Windows color (decimal): -5521349 or 3915947. OLE color: 3915947.
HSL color Cylindrical-coordinate representation of color #ABC03B: hue angle of 69.47º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABC03B is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 59 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.25 |
| HSL | 69.47º | 0.53% | 0.49% | - |
| HSV(B) | 69.47º | 0.69% | 0.75% | - |
| XYZ | 36.43 | 46.67 | 11.23 | - |
| YUV | 170.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 59 | 0.11 | 0 | 0.69 | 0.25 | 69.47 | 0.53 | 0.49 |
| Hex | AB | C0 | 3B | B | 0 | 45 | 19 | 45 | 35 | 31 |
| Octal | 253 | 300 | 73 | 13 | 0 | 105 | 31 | 105 | 65 | 61 |
| Binary | 10101011 | 11000000 | 111011 | 1011 | 0 | 1000101 | 11001 | 1000101 | 110101 | 110001 |
Color Harmonies of #ABC03B
Complementary color
Monochromatic Colors of #ABC03B
Black with #ABC03B
Text Example
Text Example
White with #ABC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC03B; }
p { color: rgb(171,192,59); }
H1.HeaderClassName
{
color: #ABC03B;
}
.AnyTagClassName
{
color: #ABC03B;
}
</style>
background-color css
<style>
a { background-color: #ABC03B; }
a { background-color: rgb(171,192,59); }
div.DivClassName
{
background-color: #ABC03B;
}
.BgClassName
{
background-color: #ABC03B;
}
</style>
border-color css
<style>
span { border-color: #ABC03B; }
span { border-color: rgb(171,192,59); }
td.TdClassName
{
border-color: #ABC03B;
}
.TagClassName
{
border-color: #ABC03B;
}
</style>