Shades of Celery #C0BB4A
Tints of Celery #C0BB4A
RGB
CMYK
RGB Variations
Color information
#C0BB4A (or 0xC0BB4A) is known color: Celery. HEX triplet: C0, BB and 4A. RGB value is (192,187,74). Sum of RGB (Red+Green+Blue) = 192+187+74=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB4A is #3F44B5. Grayscale: #B0B0B0. Windows color (decimal): -4146358 or 4897728. OLE color: 4897728.
HSL color Cylindrical-coordinate representation of color #C0BB4A: hue angle of 57.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0BB4A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 74 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.25 |
| HSL | 57.46º | 0.48% | 0.52% | - |
| HSV(B) | 57.46º | 0.61% | 0.75% | - |
| XYZ | 40.74 | 47.24 | 13.45 | - |
| YUV | 175.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 74 | 0 | 0.03 | 0.61 | 0.25 | 57.46 | 0.48 | 0.52 |
| Hex | C0 | BB | 4A | 0 | 3 | 3D | 19 | 39 | 30 | 34 |
| Octal | 300 | 273 | 112 | 0 | 3 | 75 | 31 | 71 | 60 | 64 |
| Binary | 11000000 | 10111011 | 1001010 | 0 | 11 | 111101 | 11001 | 111001 | 110000 | 110100 |
Color Harmonies of #C0BB4A
Complementary color
Monochromatic Colors of #C0BB4A
Black with #C0BB4A
Text Example
Text Example
White with #C0BB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB4A; }
p { color: rgb(192,187,74); }
H1.HeaderClassName
{
color: #C0BB4A;
}
.AnyTagClassName
{
color: #C0BB4A;
}
</style>
background-color css
<style>
a { background-color: #C0BB4A; }
a { background-color: rgb(192,187,74); }
div.DivClassName
{
background-color: #C0BB4A;
}
.BgClassName
{
background-color: #C0BB4A;
}
</style>
border-color css
<style>
span { border-color: #C0BB4A; }
span { border-color: rgb(192,187,74); }
td.TdClassName
{
border-color: #C0BB4A;
}
.TagClassName
{
border-color: #C0BB4A;
}
</style>