Shades of Celery #C2BF4B
Tints of Celery #C2BF4B
RGB
CMYK
RGB Variations
Color information
#C2BF4B (or 0xC2BF4B) is known color: Celery. HEX triplet: C2, BF and 4B. RGB value is (194,191,75). Sum of RGB (Red+Green+Blue) = 194+191+75=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF4B is #3D40B4. Grayscale: #B3B3B3. Windows color (decimal): -4014261 or 4964290. OLE color: 4964290.
HSL color Cylindrical-coordinate representation of color #C2BF4B: hue angle of 58.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2BF4B is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 75 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.24 |
| HSL | 58.49º | 0.49% | 0.53% | - |
| HSV(B) | 58.49º | 0.61% | 0.76% | - |
| XYZ | 42.15 | 49.24 | 13.94 | - |
| YUV | 178.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 75 | 0 | 0.02 | 0.61 | 0.24 | 58.49 | 0.49 | 0.53 |
| Hex | C2 | BF | 4B | 0 | 2 | 3D | 18 | 3A | 31 | 35 |
| Octal | 302 | 277 | 113 | 0 | 2 | 75 | 30 | 72 | 61 | 65 |
| Binary | 11000010 | 10111111 | 1001011 | 0 | 10 | 111101 | 11000 | 111010 | 110001 | 110101 |
Color Harmonies of #C2BF4B
Complementary color
Monochromatic Colors of #C2BF4B
Black with #C2BF4B
Text Example
Text Example
White with #C2BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF4B; }
p { color: rgb(194,191,75); }
H1.HeaderClassName
{
color: #C2BF4B;
}
.AnyTagClassName
{
color: #C2BF4B;
}
</style>
background-color css
<style>
a { background-color: #C2BF4B; }
a { background-color: rgb(194,191,75); }
div.DivClassName
{
background-color: #C2BF4B;
}
.BgClassName
{
background-color: #C2BF4B;
}
</style>
border-color css
<style>
span { border-color: #C2BF4B; }
span { border-color: rgb(194,191,75); }
td.TdClassName
{
border-color: #C2BF4B;
}
.TagClassName
{
border-color: #C2BF4B;
}
</style>