Shades of Celery #C3C84B
Tints of Celery #C3C84B
RGB
CMYK
RGB Variations
Color information
#C3C84B (or 0xC3C84B) is known color: Celery. HEX triplet: C3, C8 and 4B. RGB value is (195,200,75). Sum of RGB (Red+Green+Blue) = 195+200+75=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C84B is #3C37B4. Grayscale: #B8B8B8. Windows color (decimal): -3946421 or 4966595. OLE color: 4966595.
HSL color Cylindrical-coordinate representation of color #C3C84B: hue angle of 62.4º degrees, saturation: 0.53, 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 #C3C84B is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 75 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.22 |
| HSL | 62.4º | 0.53% | 0.54% | - |
| HSV(B) | 62.4º | 0.63% | 0.78% | - |
| XYZ | 44.43 | 53.42 | 14.63 | - |
| YUV | 184.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 75 | 0.02 | 0 | 0.62 | 0.22 | 62.4 | 0.53 | 0.54 |
| Hex | C3 | C8 | 4B | 2 | 0 | 3E | 16 | 3E | 35 | 36 |
| Octal | 303 | 310 | 113 | 2 | 0 | 76 | 26 | 76 | 65 | 66 |
| Binary | 11000011 | 11001000 | 1001011 | 10 | 0 | 111110 | 10110 | 111110 | 110101 | 110110 |
Color Harmonies of #C3C84B
Complementary color
Monochromatic Colors of #C3C84B
Black with #C3C84B
Text Example
Text Example
White with #C3C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C84B; }
p { color: rgb(195,200,75); }
H1.HeaderClassName
{
color: #C3C84B;
}
.AnyTagClassName
{
color: #C3C84B;
}
</style>
background-color css
<style>
a { background-color: #C3C84B; }
a { background-color: rgb(195,200,75); }
div.DivClassName
{
background-color: #C3C84B;
}
.BgClassName
{
background-color: #C3C84B;
}
</style>
border-color css
<style>
span { border-color: #C3C84B; }
span { border-color: rgb(195,200,75); }
td.TdClassName
{
border-color: #C3C84B;
}
.TagClassName
{
border-color: #C3C84B;
}
</style>