Shades of Bird Flower #C3BC1B
Tints of Bird Flower #C3BC1B
RGB
CMYK
RGB Variations
Color information
#C3BC1B (or 0xC3BC1B) is known color: Bird Flower. HEX triplet: C3, BC and 1B. RGB value is (195,188,27). Sum of RGB (Red+Green+Blue) = 195+188+27=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC1B is #3C43E4. Grayscale: #ACACAC. Windows color (decimal): -3949541 or 1817795. OLE color: 1817795.
HSL color Cylindrical-coordinate representation of color #C3BC1B: hue angle of 57.5º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3BC1B is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 27 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.24 |
| HSL | 57.5º | 0.76% | 0.44% | - |
| HSV(B) | 57.5º | 0.86% | 0.76% | - |
| XYZ | 40.69 | 47.65 | 8.09 | - |
| YUV | 171.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 27 | 0 | 0.04 | 0.86 | 0.24 | 57.5 | 0.76 | 0.44 |
| Hex | C3 | BC | 1B | 0 | 4 | 56 | 18 | 3A | 4C | 2C |
| Octal | 303 | 274 | 33 | 0 | 4 | 126 | 30 | 72 | 114 | 54 |
| Binary | 11000011 | 10111100 | 11011 | 0 | 100 | 1010110 | 11000 | 111010 | 1001100 | 101100 |
Color Harmonies of #C3BC1B
Complementary color
Monochromatic Colors of #C3BC1B
Black with #C3BC1B
Text Example
Text Example
White with #C3BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC1B; }
p { color: rgb(195,188,27); }
H1.HeaderClassName
{
color: #C3BC1B;
}
.AnyTagClassName
{
color: #C3BC1B;
}
</style>
background-color css
<style>
a { background-color: #C3BC1B; }
a { background-color: rgb(195,188,27); }
div.DivClassName
{
background-color: #C3BC1B;
}
.BgClassName
{
background-color: #C3BC1B;
}
</style>
border-color css
<style>
span { border-color: #C3BC1B; }
span { border-color: rgb(195,188,27); }
td.TdClassName
{
border-color: #C3BC1B;
}
.TagClassName
{
border-color: #C3BC1B;
}
</style>