Shades of Celery #AFBD3A
Tints of Celery #AFBD3A
RGB
CMYK
RGB Variations
Color information
#AFBD3A (or 0xAFBD3A) is known color: Celery. HEX triplet: AF, BD and 3A. RGB value is (175,189,58). Sum of RGB (Red+Green+Blue) = 175+189+58=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD3A is #5042C5. Grayscale: #AAAAAA. Windows color (decimal): -5259974 or 3849647. OLE color: 3849647.
HSL color Cylindrical-coordinate representation of color #AFBD3A: hue angle of 66.41º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFBD3A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 58 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.26 |
| HSL | 66.41º | 0.53% | 0.48% | - |
| HSV(B) | 66.41º | 0.69% | 0.74% | - |
| XYZ | 36.64 | 45.81 | 10.91 | - |
| YUV | 169.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 58 | 0.07 | 0 | 0.69 | 0.26 | 66.41 | 0.53 | 0.48 |
| Hex | AF | BD | 3A | 7 | 0 | 45 | 1A | 42 | 35 | 30 |
| Octal | 257 | 275 | 72 | 7 | 0 | 105 | 32 | 102 | 65 | 60 |
| Binary | 10101111 | 10111101 | 111010 | 111 | 0 | 1000101 | 11010 | 1000010 | 110101 | 110000 |
Color Harmonies of #AFBD3A
Complementary color
Monochromatic Colors of #AFBD3A
Black with #AFBD3A
Text Example
Text Example
White with #AFBD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD3A; }
p { color: rgb(175,189,58); }
H1.HeaderClassName
{
color: #AFBD3A;
}
.AnyTagClassName
{
color: #AFBD3A;
}
</style>
background-color css
<style>
a { background-color: #AFBD3A; }
a { background-color: rgb(175,189,58); }
div.DivClassName
{
background-color: #AFBD3A;
}
.BgClassName
{
background-color: #AFBD3A;
}
</style>
border-color css
<style>
span { border-color: #AFBD3A; }
span { border-color: rgb(175,189,58); }
td.TdClassName
{
border-color: #AFBD3A;
}
.TagClassName
{
border-color: #AFBD3A;
}
</style>