Shades of Celery #C7BF4E
Tints of Celery #C7BF4E
RGB
CMYK
RGB Variations
Color information
#C7BF4E (or 0xC7BF4E) is known color: Celery. HEX triplet: C7, BF and 4E. RGB value is (199,191,78). Sum of RGB (Red+Green+Blue) = 199+191+78=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF4E is #3840B1. Grayscale: #B4B4B4. Windows color (decimal): -3686578 or 5160903. OLE color: 5160903.
HSL color Cylindrical-coordinate representation of color #C7BF4E: hue angle of 56.03º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7BF4E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 78 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.22 |
| HSL | 56.03º | 0.52% | 0.54% | - |
| HSV(B) | 56.03º | 0.61% | 0.78% | - |
| XYZ | 43.56 | 49.95 | 14.55 | - |
| YUV | 180.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 78 | 0 | 0.04 | 0.61 | 0.22 | 56.03 | 0.52 | 0.54 |
| Hex | C7 | BF | 4E | 0 | 4 | 3D | 16 | 38 | 34 | 36 |
| Octal | 307 | 277 | 116 | 0 | 4 | 75 | 26 | 70 | 64 | 66 |
| Binary | 11000111 | 10111111 | 1001110 | 0 | 100 | 111101 | 10110 | 111000 | 110100 | 110110 |
Color Harmonies of #C7BF4E
Complementary color
Monochromatic Colors of #C7BF4E
Black with #C7BF4E
Text Example
Text Example
White with #C7BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF4E; }
p { color: rgb(199,191,78); }
H1.HeaderClassName
{
color: #C7BF4E;
}
.AnyTagClassName
{
color: #C7BF4E;
}
</style>
background-color css
<style>
a { background-color: #C7BF4E; }
a { background-color: rgb(199,191,78); }
div.DivClassName
{
background-color: #C7BF4E;
}
.BgClassName
{
background-color: #C7BF4E;
}
</style>
border-color css
<style>
span { border-color: #C7BF4E; }
span { border-color: rgb(199,191,78); }
td.TdClassName
{
border-color: #C7BF4E;
}
.TagClassName
{
border-color: #C7BF4E;
}
</style>