Shades of Celery #ABCB4B
Tints of Celery #ABCB4B
RGB
CMYK
RGB Variations
Color information
#ABCB4B (or 0xABCB4B) is known color: Celery. HEX triplet: AB, CB and 4B. RGB value is (171,203,75). Sum of RGB (Red+Green+Blue) = 171+203+75=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB4B is #5434B4. Grayscale: #B3B3B3. Windows color (decimal): -5518517 or 4967339. OLE color: 4967339.
HSL color Cylindrical-coordinate representation of color #ABCB4B: hue angle of 75º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABCB4B is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 75 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.20 |
| HSL | 75º | 0.55% | 0.55% | - |
| HSV(B) | 75º | 0.63% | 0.8% | - |
| XYZ | 39.42 | 51.88 | 14.59 | - |
| YUV | 178.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 75 | 0.16 | 0 | 0.63 | 0.20 | 75 | 0.55 | 0.55 |
| Hex | AB | CB | 4B | 10 | 0 | 3F | 14 | 4B | 37 | 37 |
| Octal | 253 | 313 | 113 | 20 | 0 | 77 | 24 | 113 | 67 | 67 |
| Binary | 10101011 | 11001011 | 1001011 | 10000 | 0 | 111111 | 10100 | 1001011 | 110111 | 110111 |
Color Harmonies of #ABCB4B
Complementary color
Monochromatic Colors of #ABCB4B
Black with #ABCB4B
Text Example
Text Example
White with #ABCB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB4B; }
p { color: rgb(171,203,75); }
H1.HeaderClassName
{
color: #ABCB4B;
}
.AnyTagClassName
{
color: #ABCB4B;
}
</style>
background-color css
<style>
a { background-color: #ABCB4B; }
a { background-color: rgb(171,203,75); }
div.DivClassName
{
background-color: #ABCB4B;
}
.BgClassName
{
background-color: #ABCB4B;
}
</style>
border-color css
<style>
span { border-color: #ABCB4B; }
span { border-color: rgb(171,203,75); }
td.TdClassName
{
border-color: #ABCB4B;
}
.TagClassName
{
border-color: #ABCB4B;
}
</style>