Shades of Bird Flower #C2BC20
Tints of Bird Flower #C2BC20
RGB
CMYK
RGB Variations
Color information
#C2BC20 (or 0xC2BC20) is known color: Bird Flower. HEX triplet: C2, BC and 20. RGB value is (194,188,32). Sum of RGB (Red+Green+Blue) = 194+188+32=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC20 is #3D43DF. Grayscale: #ACACAC. Windows color (decimal): -4015072 or 2145474. OLE color: 2145474.
HSL color Cylindrical-coordinate representation of color #C2BC20: hue angle of 57.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2BC20 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 32 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.24 |
| HSL | 57.78º | 0.72% | 0.44% | - |
| HSV(B) | 57.78º | 0.84% | 0.76% | - |
| XYZ | 40.49 | 47.54 | 8.41 | - |
| YUV | 172.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 32 | 0 | 0.03 | 0.84 | 0.24 | 57.78 | 0.72 | 0.44 |
| Hex | C2 | BC | 20 | 0 | 3 | 54 | 18 | 3A | 48 | 2C |
| Octal | 302 | 274 | 40 | 0 | 3 | 124 | 30 | 72 | 110 | 54 |
| Binary | 11000010 | 10111100 | 100000 | 0 | 11 | 1010100 | 11000 | 111010 | 1001000 | 101100 |
Color Harmonies of #C2BC20
Complementary color
Monochromatic Colors of #C2BC20
Black with #C2BC20
Text Example
Text Example
White with #C2BC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC20; }
p { color: rgb(194,188,32); }
H1.HeaderClassName
{
color: #C2BC20;
}
.AnyTagClassName
{
color: #C2BC20;
}
</style>
background-color css
<style>
a { background-color: #C2BC20; }
a { background-color: rgb(194,188,32); }
div.DivClassName
{
background-color: #C2BC20;
}
.BgClassName
{
background-color: #C2BC20;
}
</style>
border-color css
<style>
span { border-color: #C2BC20; }
span { border-color: rgb(194,188,32); }
td.TdClassName
{
border-color: #C2BC20;
}
.TagClassName
{
border-color: #C2BC20;
}
</style>