Shades of Bird Flower #C5BC1B
Tints of Bird Flower #C5BC1B
RGB
CMYK
RGB Variations
Color information
#C5BC1B (or 0xC5BC1B) is known color: Bird Flower. HEX triplet: C5, BC and 1B. RGB value is (197,188,27). Sum of RGB (Red+Green+Blue) = 197+188+27=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC1B is #3A43E4. Grayscale: #ACACAC. Windows color (decimal): -3818469 or 1817797. OLE color: 1817797.
HSL color Cylindrical-coordinate representation of color #C5BC1B: hue angle of 56.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5BC1B is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 27 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.23 |
| HSL | 56.82º | 0.76% | 0.44% | - |
| HSV(B) | 56.82º | 0.86% | 0.77% | - |
| XYZ | 41.21 | 47.92 | 8.11 | - |
| YUV | 172.34 | 45.98 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 27 | 0 | 0.05 | 0.86 | 0.23 | 56.82 | 0.76 | 0.44 |
| Hex | C5 | BC | 1B | 0 | 5 | 56 | 17 | 39 | 4C | 2C |
| Octal | 305 | 274 | 33 | 0 | 5 | 126 | 27 | 71 | 114 | 54 |
| Binary | 11000101 | 10111100 | 11011 | 0 | 101 | 1010110 | 10111 | 111001 | 1001100 | 101100 |
Color Harmonies of #C5BC1B
Complementary color
Monochromatic Colors of #C5BC1B
Black with #C5BC1B
Text Example
Text Example
White with #C5BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC1B; }
p { color: rgb(197,188,27); }
H1.HeaderClassName
{
color: #C5BC1B;
}
.AnyTagClassName
{
color: #C5BC1B;
}
</style>
background-color css
<style>
a { background-color: #C5BC1B; }
a { background-color: rgb(197,188,27); }
div.DivClassName
{
background-color: #C5BC1B;
}
.BgClassName
{
background-color: #C5BC1B;
}
</style>
border-color css
<style>
span { border-color: #C5BC1B; }
span { border-color: rgb(197,188,27); }
td.TdClassName
{
border-color: #C5BC1B;
}
.TagClassName
{
border-color: #C5BC1B;
}
</style>