Shades of Bird Flower #C3BC1D
Tints of Bird Flower #C3BC1D
RGB
CMYK
RGB Variations
Color information
#C3BC1D (or 0xC3BC1D) is known color: Bird Flower. HEX triplet: C3, BC and 1D. RGB value is (195,188,29). Sum of RGB (Red+Green+Blue) = 195+188+29=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC1D is #3C43E2. Grayscale: #ACACAC. Windows color (decimal): -3949539 or 1948867. OLE color: 1948867.
HSL color Cylindrical-coordinate representation of color #C3BC1D: hue angle of 57.47º 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 #C3BC1D is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 29 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.24 |
| HSL | 57.47º | 0.74% | 0.44% | - |
| HSV(B) | 57.47º | 0.85% | 0.76% | - |
| XYZ | 40.71 | 47.66 | 8.22 | - |
| YUV | 171.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 29 | 0 | 0.04 | 0.85 | 0.24 | 57.47 | 0.74 | 0.44 |
| Hex | C3 | BC | 1D | 0 | 4 | 55 | 18 | 39 | 4A | 2C |
| Octal | 303 | 274 | 35 | 0 | 4 | 125 | 30 | 71 | 112 | 54 |
| Binary | 11000011 | 10111100 | 11101 | 0 | 100 | 1010101 | 11000 | 111001 | 1001010 | 101100 |
Color Harmonies of #C3BC1D
Complementary color
Monochromatic Colors of #C3BC1D
Black with #C3BC1D
Text Example
Text Example
White with #C3BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC1D; }
p { color: rgb(195,188,29); }
H1.HeaderClassName
{
color: #C3BC1D;
}
.AnyTagClassName
{
color: #C3BC1D;
}
</style>
background-color css
<style>
a { background-color: #C3BC1D; }
a { background-color: rgb(195,188,29); }
div.DivClassName
{
background-color: #C3BC1D;
}
.BgClassName
{
background-color: #C3BC1D;
}
</style>
border-color css
<style>
span { border-color: #C3BC1D; }
span { border-color: rgb(195,188,29); }
td.TdClassName
{
border-color: #C3BC1D;
}
.TagClassName
{
border-color: #C3BC1D;
}
</style>