Shades of Bird Flower #C5BA1C
Tints of Bird Flower #C5BA1C
RGB
CMYK
RGB Variations
Color information
#C5BA1C (or 0xC5BA1C) is known color: Bird Flower. HEX triplet: C5, BA and 1C. RGB value is (197,186,28). Sum of RGB (Red+Green+Blue) = 197+186+28=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA1C is #3A45E3. Grayscale: #ABABAB. Windows color (decimal): -3818980 or 1882821. OLE color: 1882821.
HSL color Cylindrical-coordinate representation of color #C5BA1C: hue angle of 56.09º 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 #C5BA1C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 28 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.23 |
| HSL | 56.09º | 0.75% | 0.44% | - |
| HSV(B) | 56.09º | 0.86% | 0.77% | - |
| XYZ | 40.79 | 47.07 | 8.03 | - |
| YUV | 171.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 28 | 0 | 0.06 | 0.86 | 0.23 | 56.09 | 0.75 | 0.44 |
| Hex | C5 | BA | 1C | 0 | 6 | 56 | 17 | 38 | 4B | 2C |
| Octal | 305 | 272 | 34 | 0 | 6 | 126 | 27 | 70 | 113 | 54 |
| Binary | 11000101 | 10111010 | 11100 | 0 | 110 | 1010110 | 10111 | 111000 | 1001011 | 101100 |
Color Harmonies of #C5BA1C
Complementary color
Monochromatic Colors of #C5BA1C
Black with #C5BA1C
Text Example
Text Example
White with #C5BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA1C; }
p { color: rgb(197,186,28); }
H1.HeaderClassName
{
color: #C5BA1C;
}
.AnyTagClassName
{
color: #C5BA1C;
}
</style>
background-color css
<style>
a { background-color: #C5BA1C; }
a { background-color: rgb(197,186,28); }
div.DivClassName
{
background-color: #C5BA1C;
}
.BgClassName
{
background-color: #C5BA1C;
}
</style>
border-color css
<style>
span { border-color: #C5BA1C; }
span { border-color: rgb(197,186,28); }
td.TdClassName
{
border-color: #C5BA1C;
}
.TagClassName
{
border-color: #C5BA1C;
}
</style>