Shades of Bird Flower #C5BD1B
Tints of Bird Flower #C5BD1B
RGB
CMYK
RGB Variations
Color information
#C5BD1B (or 0xC5BD1B) is known color: Bird Flower. HEX triplet: C5, BD and 1B. RGB value is (197,189,27). Sum of RGB (Red+Green+Blue) = 197+189+27=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD1B is #3A42E4. Grayscale: #ADADAD. Windows color (decimal): -3818213 or 1818053. OLE color: 1818053.
HSL color Cylindrical-coordinate representation of color #C5BD1B: hue angle of 57.18º 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 #C5BD1B is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 27 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.23 |
| HSL | 57.18º | 0.76% | 0.44% | - |
| HSV(B) | 57.18º | 0.86% | 0.77% | - |
| XYZ | 41.42 | 48.34 | 8.19 | - |
| YUV | 172.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 27 | 0 | 0.04 | 0.86 | 0.23 | 57.18 | 0.76 | 0.44 |
| Hex | C5 | BD | 1B | 0 | 4 | 56 | 17 | 39 | 4C | 2C |
| Octal | 305 | 275 | 33 | 0 | 4 | 126 | 27 | 71 | 114 | 54 |
| Binary | 11000101 | 10111101 | 11011 | 0 | 100 | 1010110 | 10111 | 111001 | 1001100 | 101100 |
Color Harmonies of #C5BD1B
Complementary color
Monochromatic Colors of #C5BD1B
Black with #C5BD1B
Text Example
Text Example
White with #C5BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BD1B; }
p { color: rgb(197,189,27); }
H1.HeaderClassName
{
color: #C5BD1B;
}
.AnyTagClassName
{
color: #C5BD1B;
}
</style>
background-color css
<style>
a { background-color: #C5BD1B; }
a { background-color: rgb(197,189,27); }
div.DivClassName
{
background-color: #C5BD1B;
}
.BgClassName
{
background-color: #C5BD1B;
}
</style>
border-color css
<style>
span { border-color: #C5BD1B; }
span { border-color: rgb(197,189,27); }
td.TdClassName
{
border-color: #C5BD1B;
}
.TagClassName
{
border-color: #C5BD1B;
}
</style>