Shades of Celery #C0BA4B
Tints of Celery #C0BA4B
RGB
CMYK
RGB Variations
Color information
#C0BA4B (or 0xC0BA4B) is known color: Celery. HEX triplet: C0, BA and 4B. RGB value is (192,186,75). Sum of RGB (Red+Green+Blue) = 192+186+75=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA4B is #3F45B4. Grayscale: #AFAFAF. Windows color (decimal): -4146613 or 4963008. OLE color: 4963008.
HSL color Cylindrical-coordinate representation of color #C0BA4B: hue angle of 56.92º 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 #C0BA4B is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 75 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.25 |
| HSL | 56.92º | 0.48% | 0.52% | - |
| HSV(B) | 56.92º | 0.61% | 0.75% | - |
| XYZ | 40.57 | 46.83 | 13.56 | - |
| YUV | 175.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 75 | 0 | 0.03 | 0.61 | 0.25 | 56.92 | 0.48 | 0.52 |
| Hex | C0 | BA | 4B | 0 | 3 | 3D | 19 | 39 | 30 | 34 |
| Octal | 300 | 272 | 113 | 0 | 3 | 75 | 31 | 71 | 60 | 64 |
| Binary | 11000000 | 10111010 | 1001011 | 0 | 11 | 111101 | 11001 | 111001 | 110000 | 110100 |
Color Harmonies of #C0BA4B
Complementary color
Monochromatic Colors of #C0BA4B
Black with #C0BA4B
Text Example
Text Example
White with #C0BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA4B; }
p { color: rgb(192,186,75); }
H1.HeaderClassName
{
color: #C0BA4B;
}
.AnyTagClassName
{
color: #C0BA4B;
}
</style>
background-color css
<style>
a { background-color: #C0BA4B; }
a { background-color: rgb(192,186,75); }
div.DivClassName
{
background-color: #C0BA4B;
}
.BgClassName
{
background-color: #C0BA4B;
}
</style>
border-color css
<style>
span { border-color: #C0BA4B; }
span { border-color: rgb(192,186,75); }
td.TdClassName
{
border-color: #C0BA4B;
}
.TagClassName
{
border-color: #C0BA4B;
}
</style>