Shades of Celery #C6C54B
Tints of Celery #C6C54B
RGB
CMYK
RGB Variations
Color information
#C6C54B (or 0xC6C54B) is known color: Celery. HEX triplet: C6, C5 and 4B. RGB value is (198,197,75). Sum of RGB (Red+Green+Blue) = 198+197+75=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C54B is #393AB4. Grayscale: #B7B7B7. Windows color (decimal): -3750581 or 4965830. OLE color: 4965830.
HSL color Cylindrical-coordinate representation of color #C6C54B: hue angle of 59.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6C54B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 75 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.22 |
| HSL | 59.51º | 0.52% | 0.54% | - |
| HSV(B) | 59.51º | 0.62% | 0.78% | - |
| XYZ | 44.52 | 52.45 | 14.43 | - |
| YUV | 183.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 75 | 0 | 0.01 | 0.62 | 0.22 | 59.51 | 0.52 | 0.54 |
| Hex | C6 | C5 | 4B | 0 | 1 | 3E | 16 | 3C | 34 | 36 |
| Octal | 306 | 305 | 113 | 0 | 1 | 76 | 26 | 74 | 64 | 66 |
| Binary | 11000110 | 11000101 | 1001011 | 0 | 1 | 111110 | 10110 | 111100 | 110100 | 110110 |
Color Harmonies of #C6C54B
Complementary color
Monochromatic Colors of #C6C54B
Black with #C6C54B
Text Example
Text Example
White with #C6C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C54B; }
p { color: rgb(198,197,75); }
H1.HeaderClassName
{
color: #C6C54B;
}
.AnyTagClassName
{
color: #C6C54B;
}
</style>
background-color css
<style>
a { background-color: #C6C54B; }
a { background-color: rgb(198,197,75); }
div.DivClassName
{
background-color: #C6C54B;
}
.BgClassName
{
background-color: #C6C54B;
}
</style>
border-color css
<style>
span { border-color: #C6C54B; }
span { border-color: rgb(198,197,75); }
td.TdClassName
{
border-color: #C6C54B;
}
.TagClassName
{
border-color: #C6C54B;
}
</style>