Shades of Celery #C7BF4D
Tints of Celery #C7BF4D
RGB
CMYK
RGB Variations
Color information
#C7BF4D (or 0xC7BF4D) is known color: Celery. HEX triplet: C7, BF and 4D. RGB value is (199,191,77). Sum of RGB (Red+Green+Blue) = 199+191+77=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF4D is #3840B2. Grayscale: #B4B4B4. Windows color (decimal): -3686579 or 5095367. OLE color: 5095367.
HSL color Cylindrical-coordinate representation of color #C7BF4D: hue angle of 56.07º 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 #C7BF4D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 77 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.22 |
| HSL | 56.07º | 0.52% | 0.54% | - |
| HSV(B) | 56.07º | 0.61% | 0.78% | - |
| XYZ | 43.52 | 49.94 | 14.37 | - |
| YUV | 180.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 77 | 0 | 0.04 | 0.61 | 0.22 | 56.07 | 0.52 | 0.54 |
| Hex | C7 | BF | 4D | 0 | 4 | 3D | 16 | 38 | 34 | 36 |
| Octal | 307 | 277 | 115 | 0 | 4 | 75 | 26 | 70 | 64 | 66 |
| Binary | 11000111 | 10111111 | 1001101 | 0 | 100 | 111101 | 10110 | 111000 | 110100 | 110110 |
Color Harmonies of #C7BF4D
Complementary color
Monochromatic Colors of #C7BF4D
Black with #C7BF4D
Text Example
Text Example
White with #C7BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF4D; }
p { color: rgb(199,191,77); }
H1.HeaderClassName
{
color: #C7BF4D;
}
.AnyTagClassName
{
color: #C7BF4D;
}
</style>
background-color css
<style>
a { background-color: #C7BF4D; }
a { background-color: rgb(199,191,77); }
div.DivClassName
{
background-color: #C7BF4D;
}
.BgClassName
{
background-color: #C7BF4D;
}
</style>
border-color css
<style>
span { border-color: #C7BF4D; }
span { border-color: rgb(199,191,77); }
td.TdClassName
{
border-color: #C7BF4D;
}
.TagClassName
{
border-color: #C7BF4D;
}
</style>