Shades of Bird Flower #C2BC21
Tints of Bird Flower #C2BC21
RGB
CMYK
RGB Variations
Color information
#C2BC21 (or 0xC2BC21) is known color: Bird Flower. HEX triplet: C2, BC and 21. RGB value is (194,188,33). Sum of RGB (Red+Green+Blue) = 194+188+33=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC21 is #3D43DE. Grayscale: #ACACAC. Windows color (decimal): -4015071 or 2211010. OLE color: 2211010.
HSL color Cylindrical-coordinate representation of color #C2BC21: hue angle of 57.76º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2BC21 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 33 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.24 |
| HSL | 57.76º | 0.71% | 0.45% | - |
| HSV(B) | 57.76º | 0.83% | 0.76% | - |
| XYZ | 40.51 | 47.55 | 8.48 | - |
| YUV | 172.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 33 | 0 | 0.03 | 0.83 | 0.24 | 57.76 | 0.71 | 0.45 |
| Hex | C2 | BC | 21 | 0 | 3 | 53 | 18 | 3A | 47 | 2D |
| Octal | 302 | 274 | 41 | 0 | 3 | 123 | 30 | 72 | 107 | 55 |
| Binary | 11000010 | 10111100 | 100001 | 0 | 11 | 1010011 | 11000 | 111010 | 1000111 | 101101 |
Color Harmonies of #C2BC21
Complementary color
Monochromatic Colors of #C2BC21
Black with #C2BC21
Text Example
Text Example
White with #C2BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC21; }
p { color: rgb(194,188,33); }
H1.HeaderClassName
{
color: #C2BC21;
}
.AnyTagClassName
{
color: #C2BC21;
}
</style>
background-color css
<style>
a { background-color: #C2BC21; }
a { background-color: rgb(194,188,33); }
div.DivClassName
{
background-color: #C2BC21;
}
.BgClassName
{
background-color: #C2BC21;
}
</style>
border-color css
<style>
span { border-color: #C2BC21; }
span { border-color: rgb(194,188,33); }
td.TdClassName
{
border-color: #C2BC21;
}
.TagClassName
{
border-color: #C2BC21;
}
</style>