Shades of Bird Flower #C4BA20
Tints of Bird Flower #C4BA20
RGB
CMYK
RGB Variations
Color information
#C4BA20 (or 0xC4BA20) is known color: Bird Flower. HEX triplet: C4, BA and 20. RGB value is (196,186,32). Sum of RGB (Red+Green+Blue) = 196+186+32=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA20 is #3B45DF. Grayscale: #ACACAC. Windows color (decimal): -3884512 or 2144964. OLE color: 2144964.
HSL color Cylindrical-coordinate representation of color #C4BA20: hue angle of 56.34º degrees, saturation: 0.72, 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 #C4BA20 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 32 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.23 |
| HSL | 56.34º | 0.72% | 0.45% | - |
| HSV(B) | 56.34º | 0.84% | 0.77% | - |
| XYZ | 40.58 | 46.96 | 8.29 | - |
| YUV | 171.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 32 | 0 | 0.05 | 0.84 | 0.23 | 56.34 | 0.72 | 0.45 |
| Hex | C4 | BA | 20 | 0 | 5 | 54 | 17 | 38 | 48 | 2D |
| Octal | 304 | 272 | 40 | 0 | 5 | 124 | 27 | 70 | 110 | 55 |
| Binary | 11000100 | 10111010 | 100000 | 0 | 101 | 1010100 | 10111 | 111000 | 1001000 | 101101 |
Color Harmonies of #C4BA20
Complementary color
Monochromatic Colors of #C4BA20
Black with #C4BA20
Text Example
Text Example
White with #C4BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA20; }
p { color: rgb(196,186,32); }
H1.HeaderClassName
{
color: #C4BA20;
}
.AnyTagClassName
{
color: #C4BA20;
}
</style>
background-color css
<style>
a { background-color: #C4BA20; }
a { background-color: rgb(196,186,32); }
div.DivClassName
{
background-color: #C4BA20;
}
.BgClassName
{
background-color: #C4BA20;
}
</style>
border-color css
<style>
span { border-color: #C4BA20; }
span { border-color: rgb(196,186,32); }
td.TdClassName
{
border-color: #C4BA20;
}
.TagClassName
{
border-color: #C4BA20;
}
</style>