Shades of Bird Flower #C2BC1D
Tints of Bird Flower #C2BC1D
RGB
CMYK
RGB Variations
Color information
#C2BC1D (or 0xC2BC1D) is known color: Bird Flower. HEX triplet: C2, BC and 1D. RGB value is (194,188,29). Sum of RGB (Red+Green+Blue) = 194+188+29=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC1D is #3D43E2. Grayscale: #ACACAC. Windows color (decimal): -4015075 or 1948866. OLE color: 1948866.
HSL color Cylindrical-coordinate representation of color #C2BC1D: hue angle of 57.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2BC1D is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 29 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.24 |
| HSL | 57.82º | 0.74% | 0.44% | - |
| HSV(B) | 57.82º | 0.85% | 0.76% | - |
| XYZ | 40.45 | 47.52 | 8.2 | - |
| YUV | 171.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 29 | 0 | 0.03 | 0.85 | 0.24 | 57.82 | 0.74 | 0.44 |
| Hex | C2 | BC | 1D | 0 | 3 | 55 | 18 | 3A | 4A | 2C |
| Octal | 302 | 274 | 35 | 0 | 3 | 125 | 30 | 72 | 112 | 54 |
| Binary | 11000010 | 10111100 | 11101 | 0 | 11 | 1010101 | 11000 | 111010 | 1001010 | 101100 |
Color Harmonies of #C2BC1D
Complementary color
Monochromatic Colors of #C2BC1D
Black with #C2BC1D
Text Example
Text Example
White with #C2BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC1D; }
p { color: rgb(194,188,29); }
H1.HeaderClassName
{
color: #C2BC1D;
}
.AnyTagClassName
{
color: #C2BC1D;
}
</style>
background-color css
<style>
a { background-color: #C2BC1D; }
a { background-color: rgb(194,188,29); }
div.DivClassName
{
background-color: #C2BC1D;
}
.BgClassName
{
background-color: #C2BC1D;
}
</style>
border-color css
<style>
span { border-color: #C2BC1D; }
span { border-color: rgb(194,188,29); }
td.TdClassName
{
border-color: #C2BC1D;
}
.TagClassName
{
border-color: #C2BC1D;
}
</style>