Shades of Bird Flower #C5BC1D
Tints of Bird Flower #C5BC1D
RGB
CMYK
RGB Variations
Color information
#C5BC1D (or 0xC5BC1D) is known color: Bird Flower. HEX triplet: C5, BC and 1D. RGB value is (197,188,29). Sum of RGB (Red+Green+Blue) = 197+188+29=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC1D is #3A43E2. Grayscale: #ADADAD. Windows color (decimal): -3818467 or 1948869. OLE color: 1948869.
HSL color Cylindrical-coordinate representation of color #C5BC1D: hue angle of 56.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5BC1D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.23 |
| HSL | 56.79º | 0.74% | 0.44% | - |
| HSV(B) | 56.79º | 0.85% | 0.77% | - |
| XYZ | 41.23 | 47.93 | 8.24 | - |
| YUV | 172.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 29 | 0 | 0.05 | 0.85 | 0.23 | 56.79 | 0.74 | 0.44 |
| Hex | C5 | BC | 1D | 0 | 5 | 55 | 17 | 39 | 4A | 2C |
| Octal | 305 | 274 | 35 | 0 | 5 | 125 | 27 | 71 | 112 | 54 |
| Binary | 11000101 | 10111100 | 11101 | 0 | 101 | 1010101 | 10111 | 111001 | 1001010 | 101100 |
Color Harmonies of #C5BC1D
Complementary color
Monochromatic Colors of #C5BC1D
Black with #C5BC1D
Text Example
Text Example
White with #C5BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC1D; }
p { color: rgb(197,188,29); }
H1.HeaderClassName
{
color: #C5BC1D;
}
.AnyTagClassName
{
color: #C5BC1D;
}
</style>
background-color css
<style>
a { background-color: #C5BC1D; }
a { background-color: rgb(197,188,29); }
div.DivClassName
{
background-color: #C5BC1D;
}
.BgClassName
{
background-color: #C5BC1D;
}
</style>
border-color css
<style>
span { border-color: #C5BC1D; }
span { border-color: rgb(197,188,29); }
td.TdClassName
{
border-color: #C5BC1D;
}
.TagClassName
{
border-color: #C5BC1D;
}
</style>