Shades of Celery #AFBD3E
Tints of Celery #AFBD3E
RGB
CMYK
RGB Variations
Color information
#AFBD3E (or 0xAFBD3E) is known color: Celery. HEX triplet: AF, BD and 3E. RGB value is (175,189,62). Sum of RGB (Red+Green+Blue) = 175+189+62=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD3E is #5042C1. Grayscale: #AAAAAA. Windows color (decimal): -5259970 or 4111791. OLE color: 4111791.
HSL color Cylindrical-coordinate representation of color #AFBD3E: hue angle of 66.61º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFBD3E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 62 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.26 |
| HSL | 66.61º | 0.51% | 0.49% | - |
| HSV(B) | 66.61º | 0.67% | 0.74% | - |
| XYZ | 36.75 | 45.86 | 11.47 | - |
| YUV | 170.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 62 | 0.07 | 0 | 0.67 | 0.26 | 66.61 | 0.51 | 0.49 |
| Hex | AF | BD | 3E | 7 | 0 | 43 | 1A | 43 | 33 | 31 |
| Octal | 257 | 275 | 76 | 7 | 0 | 103 | 32 | 103 | 63 | 61 |
| Binary | 10101111 | 10111101 | 111110 | 111 | 0 | 1000011 | 11010 | 1000011 | 110011 | 110001 |
Color Harmonies of #AFBD3E
Complementary color
Monochromatic Colors of #AFBD3E
Black with #AFBD3E
Text Example
Text Example
White with #AFBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD3E; }
p { color: rgb(175,189,62); }
H1.HeaderClassName
{
color: #AFBD3E;
}
.AnyTagClassName
{
color: #AFBD3E;
}
</style>
background-color css
<style>
a { background-color: #AFBD3E; }
a { background-color: rgb(175,189,62); }
div.DivClassName
{
background-color: #AFBD3E;
}
.BgClassName
{
background-color: #AFBD3E;
}
</style>
border-color css
<style>
span { border-color: #AFBD3E; }
span { border-color: rgb(175,189,62); }
td.TdClassName
{
border-color: #AFBD3E;
}
.TagClassName
{
border-color: #AFBD3E;
}
</style>