Shades of Celery #AFBC52
Tints of Celery #AFBC52
RGB
CMYK
RGB Variations
Color information
#AFBC52 (or 0xAFBC52) is known color: Celery. HEX triplet: AF, BC and 52. RGB value is (175,188,82). Sum of RGB (Red+Green+Blue) = 175+188+82=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC52 is #5043AD. Grayscale: #ACACAC. Windows color (decimal): -5260206 or 5422255. OLE color: 5422255.
HSL color Cylindrical-coordinate representation of color #AFBC52: hue angle of 67.36º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFBC52 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 82 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.26 |
| HSL | 67.36º | 0.44% | 0.53% | - |
| HSV(B) | 67.36º | 0.56% | 0.74% | - |
| XYZ | 37.19 | 45.69 | 14.84 | - |
| YUV | 172.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 82 | 0.07 | 0 | 0.56 | 0.26 | 67.36 | 0.44 | 0.53 |
| Hex | AF | BC | 52 | 7 | 0 | 38 | 1A | 43 | 2C | 35 |
| Octal | 257 | 274 | 122 | 7 | 0 | 70 | 32 | 103 | 54 | 65 |
| Binary | 10101111 | 10111100 | 1010010 | 111 | 0 | 111000 | 11010 | 1000011 | 101100 | 110101 |
Color Harmonies of #AFBC52
Complementary color
Monochromatic Colors of #AFBC52
Black with #AFBC52
Text Example
Text Example
White with #AFBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC52; }
p { color: rgb(175,188,82); }
H1.HeaderClassName
{
color: #AFBC52;
}
.AnyTagClassName
{
color: #AFBC52;
}
</style>
background-color css
<style>
a { background-color: #AFBC52; }
a { background-color: rgb(175,188,82); }
div.DivClassName
{
background-color: #AFBC52;
}
.BgClassName
{
background-color: #AFBC52;
}
</style>
border-color css
<style>
span { border-color: #AFBC52; }
span { border-color: rgb(175,188,82); }
td.TdClassName
{
border-color: #AFBC52;
}
.TagClassName
{
border-color: #AFBC52;
}
</style>