Shades of Celery #C4BF4B
Tints of Celery #C4BF4B
RGB
CMYK
RGB Variations
Color information
#C4BF4B (or 0xC4BF4B) is known color: Celery. HEX triplet: C4, BF and 4B. RGB value is (196,191,75). Sum of RGB (Red+Green+Blue) = 196+191+75=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF4B is #3B40B4. Grayscale: #B3B3B3. Windows color (decimal): -3883189 or 4964292. OLE color: 4964292.
HSL color Cylindrical-coordinate representation of color #C4BF4B: hue angle of 57.52º 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 #C4BF4B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 75 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.23 |
| HSL | 57.52º | 0.51% | 0.53% | - |
| HSV(B) | 57.52º | 0.62% | 0.77% | - |
| XYZ | 42.67 | 49.51 | 13.96 | - |
| YUV | 179.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 75 | 0 | 0.03 | 0.62 | 0.23 | 57.52 | 0.51 | 0.53 |
| Hex | C4 | BF | 4B | 0 | 3 | 3E | 17 | 3A | 33 | 35 |
| Octal | 304 | 277 | 113 | 0 | 3 | 76 | 27 | 72 | 63 | 65 |
| Binary | 11000100 | 10111111 | 1001011 | 0 | 11 | 111110 | 10111 | 111010 | 110011 | 110101 |
Color Harmonies of #C4BF4B
Complementary color
Monochromatic Colors of #C4BF4B
Black with #C4BF4B
Text Example
Text Example
White with #C4BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF4B; }
p { color: rgb(196,191,75); }
H1.HeaderClassName
{
color: #C4BF4B;
}
.AnyTagClassName
{
color: #C4BF4B;
}
</style>
background-color css
<style>
a { background-color: #C4BF4B; }
a { background-color: rgb(196,191,75); }
div.DivClassName
{
background-color: #C4BF4B;
}
.BgClassName
{
background-color: #C4BF4B;
}
</style>
border-color css
<style>
span { border-color: #C4BF4B; }
span { border-color: rgb(196,191,75); }
td.TdClassName
{
border-color: #C4BF4B;
}
.TagClassName
{
border-color: #C4BF4B;
}
</style>