Shades of Celery #C3BF4A
Tints of Celery #C3BF4A
RGB
CMYK
RGB Variations
Color information
#C3BF4A (or 0xC3BF4A) is known color: Celery. HEX triplet: C3, BF and 4A. RGB value is (195,191,74). Sum of RGB (Red+Green+Blue) = 195+191+74=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF4A is #3C40B5. Grayscale: #B3B3B3. Windows color (decimal): -3948726 or 4898755. OLE color: 4898755.
HSL color Cylindrical-coordinate representation of color #C3BF4A: hue angle of 58.02º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3BF4A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 74 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.24 |
| HSL | 58.02º | 0.5% | 0.53% | - |
| HSV(B) | 58.02º | 0.62% | 0.76% | - |
| XYZ | 42.37 | 49.36 | 13.77 | - |
| YUV | 178.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 74 | 0 | 0.02 | 0.62 | 0.24 | 58.02 | 0.5 | 0.53 |
| Hex | C3 | BF | 4A | 0 | 2 | 3E | 18 | 3A | 32 | 35 |
| Octal | 303 | 277 | 112 | 0 | 2 | 76 | 30 | 72 | 62 | 65 |
| Binary | 11000011 | 10111111 | 1001010 | 0 | 10 | 111110 | 11000 | 111010 | 110010 | 110101 |
Color Harmonies of #C3BF4A
Complementary color
Monochromatic Colors of #C3BF4A
Black with #C3BF4A
Text Example
Text Example
White with #C3BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF4A; }
p { color: rgb(195,191,74); }
H1.HeaderClassName
{
color: #C3BF4A;
}
.AnyTagClassName
{
color: #C3BF4A;
}
</style>
background-color css
<style>
a { background-color: #C3BF4A; }
a { background-color: rgb(195,191,74); }
div.DivClassName
{
background-color: #C3BF4A;
}
.BgClassName
{
background-color: #C3BF4A;
}
</style>
border-color css
<style>
span { border-color: #C3BF4A; }
span { border-color: rgb(195,191,74); }
td.TdClassName
{
border-color: #C3BF4A;
}
.TagClassName
{
border-color: #C3BF4A;
}
</style>