Shades of Celery #C6BF4B
Tints of Celery #C6BF4B
RGB
CMYK
RGB Variations
Color information
#C6BF4B (or 0xC6BF4B) is known color: Celery. HEX triplet: C6, BF and 4B. RGB value is (198,191,75). Sum of RGB (Red+Green+Blue) = 198+191+75=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BF4B is #3940B4. Grayscale: #B4B4B4. Windows color (decimal): -3752117 or 4964294. OLE color: 4964294.
HSL color Cylindrical-coordinate representation of color #C6BF4B: hue angle of 56.59º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6BF4B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 75 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.22 |
| HSL | 56.59º | 0.52% | 0.54% | - |
| HSV(B) | 56.59º | 0.62% | 0.78% | - |
| XYZ | 43.19 | 49.78 | 13.99 | - |
| YUV | 179.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 75 | 0 | 0.04 | 0.62 | 0.22 | 56.59 | 0.52 | 0.54 |
| Hex | C6 | BF | 4B | 0 | 4 | 3E | 16 | 39 | 34 | 36 |
| Octal | 306 | 277 | 113 | 0 | 4 | 76 | 26 | 71 | 64 | 66 |
| Binary | 11000110 | 10111111 | 1001011 | 0 | 100 | 111110 | 10110 | 111001 | 110100 | 110110 |
Color Harmonies of #C6BF4B
Complementary color
Monochromatic Colors of #C6BF4B
Black with #C6BF4B
Text Example
Text Example
White with #C6BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF4B; }
p { color: rgb(198,191,75); }
H1.HeaderClassName
{
color: #C6BF4B;
}
.AnyTagClassName
{
color: #C6BF4B;
}
</style>
background-color css
<style>
a { background-color: #C6BF4B; }
a { background-color: rgb(198,191,75); }
div.DivClassName
{
background-color: #C6BF4B;
}
.BgClassName
{
background-color: #C6BF4B;
}
</style>
border-color css
<style>
span { border-color: #C6BF4B; }
span { border-color: rgb(198,191,75); }
td.TdClassName
{
border-color: #C6BF4B;
}
.TagClassName
{
border-color: #C6BF4B;
}
</style>