Shades of Bird Flower #C5BF1C
Tints of Bird Flower #C5BF1C
RGB
CMYK
RGB Variations
Color information
#C5BF1C (or 0xC5BF1C) is known color: Bird Flower. HEX triplet: C5, BF and 1C. RGB value is (197,191,28). Sum of RGB (Red+Green+Blue) = 197+191+28=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF1C is #3A40E3. Grayscale: #AEAEAE. Windows color (decimal): -3817700 or 1884101. OLE color: 1884101.
HSL color Cylindrical-coordinate representation of color #C5BF1C: hue angle of 57.87º degrees, saturation: 0.75, 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 #C5BF1C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 28 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.23 |
| HSL | 57.87º | 0.75% | 0.44% | - |
| HSV(B) | 57.87º | 0.86% | 0.77% | - |
| XYZ | 41.87 | 49.22 | 8.39 | - |
| YUV | 174.21 | 45.49 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 28 | 0 | 0.03 | 0.86 | 0.23 | 57.87 | 0.75 | 0.44 |
| Hex | C5 | BF | 1C | 0 | 3 | 56 | 17 | 3A | 4B | 2C |
| Octal | 305 | 277 | 34 | 0 | 3 | 126 | 27 | 72 | 113 | 54 |
| Binary | 11000101 | 10111111 | 11100 | 0 | 11 | 1010110 | 10111 | 111010 | 1001011 | 101100 |
Color Harmonies of #C5BF1C
Complementary color
Monochromatic Colors of #C5BF1C
Black with #C5BF1C
Text Example
Text Example
White with #C5BF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF1C; }
p { color: rgb(197,191,28); }
H1.HeaderClassName
{
color: #C5BF1C;
}
.AnyTagClassName
{
color: #C5BF1C;
}
</style>
background-color css
<style>
a { background-color: #C5BF1C; }
a { background-color: rgb(197,191,28); }
div.DivClassName
{
background-color: #C5BF1C;
}
.BgClassName
{
background-color: #C5BF1C;
}
</style>
border-color css
<style>
span { border-color: #C5BF1C; }
span { border-color: rgb(197,191,28); }
td.TdClassName
{
border-color: #C5BF1C;
}
.TagClassName
{
border-color: #C5BF1C;
}
</style>