Shades of Celery #C4BF4C
Tints of Celery #C4BF4C
RGB
CMYK
RGB Variations
Color information
#C4BF4C (or 0xC4BF4C) is known color: Celery. HEX triplet: C4, BF and 4C. RGB value is (196,191,76). Sum of RGB (Red+Green+Blue) = 196+191+76=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF4C is #3B40B3. Grayscale: #B3B3B3. Windows color (decimal): -3883188 or 5029828. OLE color: 5029828.
HSL color Cylindrical-coordinate representation of color #C4BF4C: hue angle of 57.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4BF4C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 76 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.23 |
| HSL | 57.5º | 0.5% | 0.53% | - |
| HSV(B) | 57.5º | 0.61% | 0.77% | - |
| XYZ | 42.7 | 49.52 | 14.15 | - |
| YUV | 179.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 76 | 0 | 0.03 | 0.61 | 0.23 | 57.5 | 0.5 | 0.53 |
| Hex | C4 | BF | 4C | 0 | 3 | 3D | 17 | 3A | 32 | 35 |
| Octal | 304 | 277 | 114 | 0 | 3 | 75 | 27 | 72 | 62 | 65 |
| Binary | 11000100 | 10111111 | 1001100 | 0 | 11 | 111101 | 10111 | 111010 | 110010 | 110101 |
Color Harmonies of #C4BF4C
Complementary color
Monochromatic Colors of #C4BF4C
Black with #C4BF4C
Text Example
Text Example
White with #C4BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF4C; }
p { color: rgb(196,191,76); }
H1.HeaderClassName
{
color: #C4BF4C;
}
.AnyTagClassName
{
color: #C4BF4C;
}
</style>
background-color css
<style>
a { background-color: #C4BF4C; }
a { background-color: rgb(196,191,76); }
div.DivClassName
{
background-color: #C4BF4C;
}
.BgClassName
{
background-color: #C4BF4C;
}
</style>
border-color css
<style>
span { border-color: #C4BF4C; }
span { border-color: rgb(196,191,76); }
td.TdClassName
{
border-color: #C4BF4C;
}
.TagClassName
{
border-color: #C4BF4C;
}
</style>