Shades of Celery #A3BF4D
Tints of Celery #A3BF4D
RGB
CMYK
RGB Variations
Color information
#A3BF4D (or 0xA3BF4D) is known color: Celery. HEX triplet: A3, BF and 4D. RGB value is (163,191,77). Sum of RGB (Red+Green+Blue) = 163+191+77=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF4D is #5C40B2. Grayscale: #AAAAAA. Windows color (decimal): -6045875 or 5095331. OLE color: 5095331.
HSL color Cylindrical-coordinate representation of color #A3BF4D: hue angle of 74.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3BF4D is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 77 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.25 |
| HSL | 74.74º | 0.47% | 0.53% | - |
| HSV(B) | 74.74º | 0.6% | 0.75% | - |
| XYZ | 35.07 | 45.58 | 13.97 | - |
| YUV | 169.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 77 | 0.15 | 0 | 0.60 | 0.25 | 74.74 | 0.47 | 0.53 |
| Hex | A3 | BF | 4D | F | 0 | 3C | 19 | 4B | 2F | 35 |
| Octal | 243 | 277 | 115 | 17 | 0 | 74 | 31 | 113 | 57 | 65 |
| Binary | 10100011 | 10111111 | 1001101 | 1111 | 0 | 111100 | 11001 | 1001011 | 101111 | 110101 |
Color Harmonies of #A3BF4D
Complementary color
Monochromatic Colors of #A3BF4D
Black with #A3BF4D
Text Example
Text Example
White with #A3BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF4D; }
p { color: rgb(163,191,77); }
H1.HeaderClassName
{
color: #A3BF4D;
}
.AnyTagClassName
{
color: #A3BF4D;
}
</style>
background-color css
<style>
a { background-color: #A3BF4D; }
a { background-color: rgb(163,191,77); }
div.DivClassName
{
background-color: #A3BF4D;
}
.BgClassName
{
background-color: #A3BF4D;
}
</style>
border-color css
<style>
span { border-color: #A3BF4D; }
span { border-color: rgb(163,191,77); }
td.TdClassName
{
border-color: #A3BF4D;
}
.TagClassName
{
border-color: #A3BF4D;
}
</style>