Shades of Bird Flower #C2BA1B
Tints of Bird Flower #C2BA1B
RGB
CMYK
RGB Variations
Color information
#C2BA1B (or 0xC2BA1B) is known color: Bird Flower. HEX triplet: C2, BA and 1B. RGB value is (194,186,27). Sum of RGB (Red+Green+Blue) = 194+186+27=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA1B is #3D45E4. Grayscale: #AAAAAA. Windows color (decimal): -4015589 or 1817282. OLE color: 1817282.
HSL color Cylindrical-coordinate representation of color #C2BA1B: hue angle of 57.13º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2BA1B is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 27 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.24 |
| HSL | 57.13º | 0.76% | 0.43% | - |
| HSV(B) | 57.13º | 0.86% | 0.76% | - |
| XYZ | 40 | 46.67 | 7.94 | - |
| YUV | 170.27 | 47.15 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 27 | 0 | 0.04 | 0.86 | 0.24 | 57.13 | 0.76 | 0.43 |
| Hex | C2 | BA | 1B | 0 | 4 | 56 | 18 | 39 | 4C | 2B |
| Octal | 302 | 272 | 33 | 0 | 4 | 126 | 30 | 71 | 114 | 53 |
| Binary | 11000010 | 10111010 | 11011 | 0 | 100 | 1010110 | 11000 | 111001 | 1001100 | 101011 |
Color Harmonies of #C2BA1B
Complementary color
Monochromatic Colors of #C2BA1B
Black with #C2BA1B
Text Example
Text Example
White with #C2BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA1B; }
p { color: rgb(194,186,27); }
H1.HeaderClassName
{
color: #C2BA1B;
}
.AnyTagClassName
{
color: #C2BA1B;
}
</style>
background-color css
<style>
a { background-color: #C2BA1B; }
a { background-color: rgb(194,186,27); }
div.DivClassName
{
background-color: #C2BA1B;
}
.BgClassName
{
background-color: #C2BA1B;
}
</style>
border-color css
<style>
span { border-color: #C2BA1B; }
span { border-color: rgb(194,186,27); }
td.TdClassName
{
border-color: #C2BA1B;
}
.TagClassName
{
border-color: #C2BA1B;
}
</style>