Shades of Celery #AFBE3C
Tints of Celery #AFBE3C
RGB
CMYK
RGB Variations
Color information
#AFBE3C (or 0xAFBE3C) is known color: Celery. HEX triplet: AF, BE and 3C. RGB value is (175,190,60). Sum of RGB (Red+Green+Blue) = 175+190+60=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE3C is #5041C3. Grayscale: #ABABAB. Windows color (decimal): -5259716 or 3980975. OLE color: 3980975.
HSL color Cylindrical-coordinate representation of color #AFBE3C: hue angle of 66.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFBE3C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 60 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.25 |
| HSL | 66.92º | 0.52% | 0.49% | - |
| HSV(B) | 66.92º | 0.68% | 0.75% | - |
| XYZ | 36.91 | 46.27 | 11.26 | - |
| YUV | 170.7 | 65.53 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 60 | 0.08 | 0 | 0.68 | 0.25 | 66.92 | 0.52 | 0.49 |
| Hex | AF | BE | 3C | 8 | 0 | 44 | 19 | 43 | 34 | 31 |
| Octal | 257 | 276 | 74 | 10 | 0 | 104 | 31 | 103 | 64 | 61 |
| Binary | 10101111 | 10111110 | 111100 | 1000 | 0 | 1000100 | 11001 | 1000011 | 110100 | 110001 |
Color Harmonies of #AFBE3C
Complementary color
Monochromatic Colors of #AFBE3C
Black with #AFBE3C
Text Example
Text Example
White with #AFBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE3C; }
p { color: rgb(175,190,60); }
H1.HeaderClassName
{
color: #AFBE3C;
}
.AnyTagClassName
{
color: #AFBE3C;
}
</style>
background-color css
<style>
a { background-color: #AFBE3C; }
a { background-color: rgb(175,190,60); }
div.DivClassName
{
background-color: #AFBE3C;
}
.BgClassName
{
background-color: #AFBE3C;
}
</style>
border-color css
<style>
span { border-color: #AFBE3C; }
span { border-color: rgb(175,190,60); }
td.TdClassName
{
border-color: #AFBE3C;
}
.TagClassName
{
border-color: #AFBE3C;
}
</style>