Shades of Celery #AFBE4A
Tints of Celery #AFBE4A
RGB
CMYK
RGB Variations
Color information
#AFBE4A (or 0xAFBE4A) is known color: Celery. HEX triplet: AF, BE and 4A. RGB value is (175,190,74). Sum of RGB (Red+Green+Blue) = 175+190+74=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE4A is #5041B5. Grayscale: #ACACAC. Windows color (decimal): -5259702 or 4898479. OLE color: 4898479.
HSL color Cylindrical-coordinate representation of color #AFBE4A: hue angle of 67.76º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFBE4A is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 74 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.25 |
| HSL | 67.76º | 0.47% | 0.52% | - |
| HSV(B) | 67.76º | 0.61% | 0.75% | - |
| XYZ | 37.33 | 46.44 | 13.47 | - |
| YUV | 172.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 74 | 0.08 | 0 | 0.61 | 0.25 | 67.76 | 0.47 | 0.52 |
| Hex | AF | BE | 4A | 8 | 0 | 3D | 19 | 44 | 2F | 34 |
| Octal | 257 | 276 | 112 | 10 | 0 | 75 | 31 | 104 | 57 | 64 |
| Binary | 10101111 | 10111110 | 1001010 | 1000 | 0 | 111101 | 11001 | 1000100 | 101111 | 110100 |
Color Harmonies of #AFBE4A
Complementary color
Monochromatic Colors of #AFBE4A
Black with #AFBE4A
Text Example
Text Example
White with #AFBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE4A; }
p { color: rgb(175,190,74); }
H1.HeaderClassName
{
color: #AFBE4A;
}
.AnyTagClassName
{
color: #AFBE4A;
}
</style>
background-color css
<style>
a { background-color: #AFBE4A; }
a { background-color: rgb(175,190,74); }
div.DivClassName
{
background-color: #AFBE4A;
}
.BgClassName
{
background-color: #AFBE4A;
}
</style>
border-color css
<style>
span { border-color: #AFBE4A; }
span { border-color: rgb(175,190,74); }
td.TdClassName
{
border-color: #AFBE4A;
}
.TagClassName
{
border-color: #AFBE4A;
}
</style>