Shades of Celery #C6C44B
Tints of Celery #C6C44B
RGB
CMYK
RGB Variations
Color information
#C6C44B (or 0xC6C44B) is known color: Celery. HEX triplet: C6, C4 and 4B. RGB value is (198,196,75). Sum of RGB (Red+Green+Blue) = 198+196+75=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C44B is #393BB4. Grayscale: #B7B7B7. Windows color (decimal): -3750837 or 4965574. OLE color: 4965574.
HSL color Cylindrical-coordinate representation of color #C6C44B: hue angle of 59.02º 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 #C6C44B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 75 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.22 |
| HSL | 59.02º | 0.52% | 0.54% | - |
| HSV(B) | 59.02º | 0.62% | 0.78% | - |
| XYZ | 44.3 | 51.99 | 14.36 | - |
| YUV | 182.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 75 | 0 | 0.01 | 0.62 | 0.22 | 59.02 | 0.52 | 0.54 |
| Hex | C6 | C4 | 4B | 0 | 1 | 3E | 16 | 3B | 34 | 36 |
| Octal | 306 | 304 | 113 | 0 | 1 | 76 | 26 | 73 | 64 | 66 |
| Binary | 11000110 | 11000100 | 1001011 | 0 | 1 | 111110 | 10110 | 111011 | 110100 | 110110 |
Color Harmonies of #C6C44B
Complementary color
Monochromatic Colors of #C6C44B
Black with #C6C44B
Text Example
Text Example
White with #C6C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C44B; }
p { color: rgb(198,196,75); }
H1.HeaderClassName
{
color: #C6C44B;
}
.AnyTagClassName
{
color: #C6C44B;
}
</style>
background-color css
<style>
a { background-color: #C6C44B; }
a { background-color: rgb(198,196,75); }
div.DivClassName
{
background-color: #C6C44B;
}
.BgClassName
{
background-color: #C6C44B;
}
</style>
border-color css
<style>
span { border-color: #C6C44B; }
span { border-color: rgb(198,196,75); }
td.TdClassName
{
border-color: #C6C44B;
}
.TagClassName
{
border-color: #C6C44B;
}
</style>