Shades of Bird Flower #C5BF1D
Tints of Bird Flower #C5BF1D
RGB
CMYK
RGB Variations
Color information
#C5BF1D (or 0xC5BF1D) is known color: Bird Flower. HEX triplet: C5, BF and 1D. RGB value is (197,191,29). Sum of RGB (Red+Green+Blue) = 197+191+29=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF1D is #3A40E2. Grayscale: #AEAEAE. Windows color (decimal): -3817699 or 1949637. OLE color: 1949637.
HSL color Cylindrical-coordinate representation of color #C5BF1D: hue angle of 57.86º 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 #C5BF1D is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 29 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.23 |
| HSL | 57.86º | 0.74% | 0.44% | - |
| HSV(B) | 57.86º | 0.85% | 0.77% | - |
| XYZ | 41.88 | 49.22 | 8.46 | - |
| YUV | 174.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 29 | 0 | 0.03 | 0.85 | 0.23 | 57.86 | 0.74 | 0.44 |
| Hex | C5 | BF | 1D | 0 | 3 | 55 | 17 | 3A | 4A | 2C |
| Octal | 305 | 277 | 35 | 0 | 3 | 125 | 27 | 72 | 112 | 54 |
| Binary | 11000101 | 10111111 | 11101 | 0 | 11 | 1010101 | 10111 | 111010 | 1001010 | 101100 |
Color Harmonies of #C5BF1D
Complementary color
Monochromatic Colors of #C5BF1D
Black with #C5BF1D
Text Example
Text Example
White with #C5BF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF1D; }
p { color: rgb(197,191,29); }
H1.HeaderClassName
{
color: #C5BF1D;
}
.AnyTagClassName
{
color: #C5BF1D;
}
</style>
background-color css
<style>
a { background-color: #C5BF1D; }
a { background-color: rgb(197,191,29); }
div.DivClassName
{
background-color: #C5BF1D;
}
.BgClassName
{
background-color: #C5BF1D;
}
</style>
border-color css
<style>
span { border-color: #C5BF1D; }
span { border-color: rgb(197,191,29); }
td.TdClassName
{
border-color: #C5BF1D;
}
.TagClassName
{
border-color: #C5BF1D;
}
</style>