Shades of Celery #AFBD3C
Tints of Celery #AFBD3C
RGB
CMYK
RGB Variations
Color information
#AFBD3C (or 0xAFBD3C) is known color: Celery. HEX triplet: AF, BD and 3C. RGB value is (175,189,60). Sum of RGB (Red+Green+Blue) = 175+189+60=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD3C is #5042C3. Grayscale: #AAAAAA. Windows color (decimal): -5259972 or 3980719. OLE color: 3980719.
HSL color Cylindrical-coordinate representation of color #AFBD3C: hue angle of 66.51º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFBD3C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 60 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.26 |
| HSL | 66.51º | 0.52% | 0.49% | - |
| HSV(B) | 66.51º | 0.68% | 0.74% | - |
| XYZ | 36.69 | 45.84 | 11.19 | - |
| YUV | 170.11 | 65.86 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 60 | 0.07 | 0 | 0.68 | 0.26 | 66.51 | 0.52 | 0.49 |
| Hex | AF | BD | 3C | 7 | 0 | 44 | 1A | 43 | 34 | 31 |
| Octal | 257 | 275 | 74 | 7 | 0 | 104 | 32 | 103 | 64 | 61 |
| Binary | 10101111 | 10111101 | 111100 | 111 | 0 | 1000100 | 11010 | 1000011 | 110100 | 110001 |
Color Harmonies of #AFBD3C
Complementary color
Monochromatic Colors of #AFBD3C
Black with #AFBD3C
Text Example
Text Example
White with #AFBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD3C; }
p { color: rgb(175,189,60); }
H1.HeaderClassName
{
color: #AFBD3C;
}
.AnyTagClassName
{
color: #AFBD3C;
}
</style>
background-color css
<style>
a { background-color: #AFBD3C; }
a { background-color: rgb(175,189,60); }
div.DivClassName
{
background-color: #AFBD3C;
}
.BgClassName
{
background-color: #AFBD3C;
}
</style>
border-color css
<style>
span { border-color: #AFBD3C; }
span { border-color: rgb(175,189,60); }
td.TdClassName
{
border-color: #AFBD3C;
}
.TagClassName
{
border-color: #AFBD3C;
}
</style>