Shades of Celery #C3BF4D
Tints of Celery #C3BF4D
RGB
CMYK
RGB Variations
Color information
#C3BF4D (or 0xC3BF4D) is known color: Celery. HEX triplet: C3, BF and 4D. RGB value is (195,191,77). Sum of RGB (Red+Green+Blue) = 195+191+77=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF4D is #3C40B2. Grayscale: #B3B3B3. Windows color (decimal): -3948723 or 5095363. OLE color: 5095363.
HSL color Cylindrical-coordinate representation of color #C3BF4D: hue angle of 57.97º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3BF4D is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 77 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.24 |
| HSL | 57.97º | 0.5% | 0.53% | - |
| HSV(B) | 57.97º | 0.61% | 0.76% | - |
| XYZ | 42.48 | 49.4 | 14.32 | - |
| YUV | 179.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 77 | 0 | 0.02 | 0.61 | 0.24 | 57.97 | 0.5 | 0.53 |
| Hex | C3 | BF | 4D | 0 | 2 | 3D | 18 | 3A | 32 | 35 |
| Octal | 303 | 277 | 115 | 0 | 2 | 75 | 30 | 72 | 62 | 65 |
| Binary | 11000011 | 10111111 | 1001101 | 0 | 10 | 111101 | 11000 | 111010 | 110010 | 110101 |
Color Harmonies of #C3BF4D
Complementary color
Monochromatic Colors of #C3BF4D
Black with #C3BF4D
Text Example
Text Example
White with #C3BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF4D; }
p { color: rgb(195,191,77); }
H1.HeaderClassName
{
color: #C3BF4D;
}
.AnyTagClassName
{
color: #C3BF4D;
}
</style>
background-color css
<style>
a { background-color: #C3BF4D; }
a { background-color: rgb(195,191,77); }
div.DivClassName
{
background-color: #C3BF4D;
}
.BgClassName
{
background-color: #C3BF4D;
}
</style>
border-color css
<style>
span { border-color: #C3BF4D; }
span { border-color: rgb(195,191,77); }
td.TdClassName
{
border-color: #C3BF4D;
}
.TagClassName
{
border-color: #C3BF4D;
}
</style>