Shades of Bird Flower #C5BF1F
Tints of Bird Flower #C5BF1F
RGB
CMYK
RGB Variations
Color information
#C5BF1F (or 0xC5BF1F) is known color: Bird Flower. HEX triplet: C5, BF and 1F. RGB value is (197,191,31). Sum of RGB (Red+Green+Blue) = 197+191+31=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF1F is #3A40E0. Grayscale: #AFAFAF. Windows color (decimal): -3817697 or 2080709. OLE color: 2080709.
HSL color Cylindrical-coordinate representation of color #C5BF1F: hue angle of 57.83º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5BF1F is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 31 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.23 |
| HSL | 57.83º | 0.73% | 0.45% | - |
| HSV(B) | 57.83º | 0.84% | 0.77% | - |
| XYZ | 41.9 | 49.23 | 8.59 | - |
| YUV | 174.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 31 | 0 | 0.03 | 0.84 | 0.23 | 57.83 | 0.73 | 0.45 |
| Hex | C5 | BF | 1F | 0 | 3 | 54 | 17 | 3A | 49 | 2D |
| Octal | 305 | 277 | 37 | 0 | 3 | 124 | 27 | 72 | 111 | 55 |
| Binary | 11000101 | 10111111 | 11111 | 0 | 11 | 1010100 | 10111 | 111010 | 1001001 | 101101 |
Color Harmonies of #C5BF1F
Complementary color
Monochromatic Colors of #C5BF1F
Black with #C5BF1F
Text Example
Text Example
White with #C5BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF1F; }
p { color: rgb(197,191,31); }
H1.HeaderClassName
{
color: #C5BF1F;
}
.AnyTagClassName
{
color: #C5BF1F;
}
</style>
background-color css
<style>
a { background-color: #C5BF1F; }
a { background-color: rgb(197,191,31); }
div.DivClassName
{
background-color: #C5BF1F;
}
.BgClassName
{
background-color: #C5BF1F;
}
</style>
border-color css
<style>
span { border-color: #C5BF1F; }
span { border-color: rgb(197,191,31); }
td.TdClassName
{
border-color: #C5BF1F;
}
.TagClassName
{
border-color: #C5BF1F;
}
</style>