Shades of Celery #AFBD5D
Tints of Celery #AFBD5D
RGB
CMYK
RGB Variations
Color information
#AFBD5D (or 0xAFBD5D) is known color: Celery. HEX triplet: AF, BD and 5D. RGB value is (175,189,93). Sum of RGB (Red+Green+Blue) = 175+189+93=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD5D is #5042A2. Grayscale: #AEAEAE. Windows color (decimal): -5259939 or 6143407. OLE color: 6143407.
HSL color Cylindrical-coordinate representation of color #AFBD5D: hue angle of 68.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFBD5D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 93 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.26 |
| HSL | 68.75º | 0.42% | 0.55% | - |
| HSV(B) | 68.75º | 0.51% | 0.74% | - |
| XYZ | 37.85 | 46.3 | 17.3 | - |
| YUV | 173.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 93 | 0.07 | 0 | 0.51 | 0.26 | 68.75 | 0.42 | 0.55 |
| Hex | AF | BD | 5D | 7 | 0 | 33 | 1A | 45 | 2A | 37 |
| Octal | 257 | 275 | 135 | 7 | 0 | 63 | 32 | 105 | 52 | 67 |
| Binary | 10101111 | 10111101 | 1011101 | 111 | 0 | 110011 | 11010 | 1000101 | 101010 | 110111 |
Color Harmonies of #AFBD5D
Complementary color
Monochromatic Colors of #AFBD5D
Black with #AFBD5D
Text Example
Text Example
White with #AFBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD5D; }
p { color: rgb(175,189,93); }
H1.HeaderClassName
{
color: #AFBD5D;
}
.AnyTagClassName
{
color: #AFBD5D;
}
</style>
background-color css
<style>
a { background-color: #AFBD5D; }
a { background-color: rgb(175,189,93); }
div.DivClassName
{
background-color: #AFBD5D;
}
.BgClassName
{
background-color: #AFBD5D;
}
</style>
border-color css
<style>
span { border-color: #AFBD5D; }
span { border-color: rgb(175,189,93); }
td.TdClassName
{
border-color: #AFBD5D;
}
.TagClassName
{
border-color: #AFBD5D;
}
</style>