Shades of Celery #C6CA4B
Tints of Celery #C6CA4B
RGB
CMYK
RGB Variations
Color information
#C6CA4B (or 0xC6CA4B) is known color: Celery. HEX triplet: C6, CA and 4B. RGB value is (198,202,75). Sum of RGB (Red+Green+Blue) = 198+202+75=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA4B is #3935B4. Grayscale: #BABABA. Windows color (decimal): -3749301 or 4967110. OLE color: 4967110.
HSL color Cylindrical-coordinate representation of color #C6CA4B: hue angle of 61.89º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6CA4B is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 75 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.21 |
| HSL | 61.89º | 0.55% | 0.54% | - |
| HSV(B) | 61.89º | 0.63% | 0.79% | - |
| XYZ | 45.68 | 54.75 | 14.82 | - |
| YUV | 186.33 | 65.17 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 75 | 0.02 | 0 | 0.63 | 0.21 | 61.89 | 0.55 | 0.54 |
| Hex | C6 | CA | 4B | 2 | 0 | 3F | 15 | 3E | 37 | 36 |
| Octal | 306 | 312 | 113 | 2 | 0 | 77 | 25 | 76 | 67 | 66 |
| Binary | 11000110 | 11001010 | 1001011 | 10 | 0 | 111111 | 10101 | 111110 | 110111 | 110110 |
Color Harmonies of #C6CA4B
Complementary color
Monochromatic Colors of #C6CA4B
Black with #C6CA4B
Text Example
Text Example
White with #C6CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA4B; }
p { color: rgb(198,202,75); }
H1.HeaderClassName
{
color: #C6CA4B;
}
.AnyTagClassName
{
color: #C6CA4B;
}
</style>
background-color css
<style>
a { background-color: #C6CA4B; }
a { background-color: rgb(198,202,75); }
div.DivClassName
{
background-color: #C6CA4B;
}
.BgClassName
{
background-color: #C6CA4B;
}
</style>
border-color css
<style>
span { border-color: #C6CA4B; }
span { border-color: rgb(198,202,75); }
td.TdClassName
{
border-color: #C6CA4B;
}
.TagClassName
{
border-color: #C6CA4B;
}
</style>