Shades of Celery #C5C34B
Tints of Celery #C5C34B
RGB
CMYK
RGB Variations
Color information
#C5C34B (or 0xC5C34B) is known color: Celery. HEX triplet: C5, C3 and 4B. RGB value is (197,195,75). Sum of RGB (Red+Green+Blue) = 197+195+75=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C34B is #3A3CB4. Grayscale: #B6B6B6. Windows color (decimal): -3816629 or 4965317. OLE color: 4965317.
HSL color Cylindrical-coordinate representation of color #C5C34B: hue angle of 59.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5C34B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 75 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.23 |
| HSL | 59.02º | 0.51% | 0.53% | - |
| HSV(B) | 59.02º | 0.62% | 0.77% | - |
| XYZ | 43.81 | 51.41 | 14.27 | - |
| YUV | 181.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 75 | 0 | 0.01 | 0.62 | 0.23 | 59.02 | 0.51 | 0.53 |
| Hex | C5 | C3 | 4B | 0 | 1 | 3E | 17 | 3B | 33 | 35 |
| Octal | 305 | 303 | 113 | 0 | 1 | 76 | 27 | 73 | 63 | 65 |
| Binary | 11000101 | 11000011 | 1001011 | 0 | 1 | 111110 | 10111 | 111011 | 110011 | 110101 |
Color Harmonies of #C5C34B
Complementary color
Monochromatic Colors of #C5C34B
Black with #C5C34B
Text Example
Text Example
White with #C5C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C34B; }
p { color: rgb(197,195,75); }
H1.HeaderClassName
{
color: #C5C34B;
}
.AnyTagClassName
{
color: #C5C34B;
}
</style>
background-color css
<style>
a { background-color: #C5C34B; }
a { background-color: rgb(197,195,75); }
div.DivClassName
{
background-color: #C5C34B;
}
.BgClassName
{
background-color: #C5C34B;
}
</style>
border-color css
<style>
span { border-color: #C5C34B; }
span { border-color: rgb(197,195,75); }
td.TdClassName
{
border-color: #C5C34B;
}
.TagClassName
{
border-color: #C5C34B;
}
</style>