Shades of Celery #C4BF52
Tints of Celery #C4BF52
RGB
CMYK
RGB Variations
Color information
#C4BF52 (or 0xC4BF52) is known color: Celery. HEX triplet: C4, BF and 52. RGB value is (196,191,82). Sum of RGB (Red+Green+Blue) = 196+191+82=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF52 is #3B40AD. Grayscale: #B4B4B4. Windows color (decimal): -3883182 or 5423044. OLE color: 5423044.
HSL color Cylindrical-coordinate representation of color #C4BF52: hue angle of 57.37º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4BF52 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 82 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.23 |
| HSL | 57.37º | 0.49% | 0.55% | - |
| HSV(B) | 57.37º | 0.58% | 0.77% | - |
| XYZ | 42.92 | 49.61 | 15.3 | - |
| YUV | 180.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 82 | 0 | 0.03 | 0.58 | 0.23 | 57.37 | 0.49 | 0.55 |
| Hex | C4 | BF | 52 | 0 | 3 | 3A | 17 | 39 | 31 | 37 |
| Octal | 304 | 277 | 122 | 0 | 3 | 72 | 27 | 71 | 61 | 67 |
| Binary | 11000100 | 10111111 | 1010010 | 0 | 11 | 111010 | 10111 | 111001 | 110001 | 110111 |
Color Harmonies of #C4BF52
Complementary color
Monochromatic Colors of #C4BF52
Black with #C4BF52
Text Example
Text Example
White with #C4BF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF52; }
p { color: rgb(196,191,82); }
H1.HeaderClassName
{
color: #C4BF52;
}
.AnyTagClassName
{
color: #C4BF52;
}
</style>
background-color css
<style>
a { background-color: #C4BF52; }
a { background-color: rgb(196,191,82); }
div.DivClassName
{
background-color: #C4BF52;
}
.BgClassName
{
background-color: #C4BF52;
}
</style>
border-color css
<style>
span { border-color: #C4BF52; }
span { border-color: rgb(196,191,82); }
td.TdClassName
{
border-color: #C4BF52;
}
.TagClassName
{
border-color: #C4BF52;
}
</style>