Shades of Bird Flower #C5BB1D
Tints of Bird Flower #C5BB1D
RGB
CMYK
RGB Variations
Color information
#C5BB1D (or 0xC5BB1D) is known color: Bird Flower. HEX triplet: C5, BB and 1D. RGB value is (197,187,29). Sum of RGB (Red+Green+Blue) = 197+187+29=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB1D is #3A44E2. Grayscale: #ACACAC. Windows color (decimal): -3818723 or 1948613. OLE color: 1948613.
HSL color Cylindrical-coordinate representation of color #C5BB1D: hue angle of 56.43º 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 #C5BB1D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.23 |
| HSL | 56.43º | 0.74% | 0.44% | - |
| HSV(B) | 56.43º | 0.85% | 0.77% | - |
| XYZ | 41.02 | 47.5 | 8.17 | - |
| YUV | 171.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 29 | 0 | 0.05 | 0.85 | 0.23 | 56.43 | 0.74 | 0.44 |
| Hex | C5 | BB | 1D | 0 | 5 | 55 | 17 | 38 | 4A | 2C |
| Octal | 305 | 273 | 35 | 0 | 5 | 125 | 27 | 70 | 112 | 54 |
| Binary | 11000101 | 10111011 | 11101 | 0 | 101 | 1010101 | 10111 | 111000 | 1001010 | 101100 |
Color Harmonies of #C5BB1D
Complementary color
Monochromatic Colors of #C5BB1D
Black with #C5BB1D
Text Example
Text Example
White with #C5BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB1D; }
p { color: rgb(197,187,29); }
H1.HeaderClassName
{
color: #C5BB1D;
}
.AnyTagClassName
{
color: #C5BB1D;
}
</style>
background-color css
<style>
a { background-color: #C5BB1D; }
a { background-color: rgb(197,187,29); }
div.DivClassName
{
background-color: #C5BB1D;
}
.BgClassName
{
background-color: #C5BB1D;
}
</style>
border-color css
<style>
span { border-color: #C5BB1D; }
span { border-color: rgb(197,187,29); }
td.TdClassName
{
border-color: #C5BB1D;
}
.TagClassName
{
border-color: #C5BB1D;
}
</style>