Shades of Bird Flower #C3BC21
Tints of Bird Flower #C3BC21
RGB
CMYK
RGB Variations
Color information
#C3BC21 (or 0xC3BC21) is known color: Bird Flower. HEX triplet: C3, BC and 21. RGB value is (195,188,33). Sum of RGB (Red+Green+Blue) = 195+188+33=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC21 is #3C43DE. Grayscale: #ADADAD. Windows color (decimal): -3949535 or 2211011. OLE color: 2211011.
HSL color Cylindrical-coordinate representation of color #C3BC21: hue angle of 57.41º 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 #C3BC21 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 33 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.24 |
| HSL | 57.41º | 0.71% | 0.45% | - |
| HSV(B) | 57.41º | 0.83% | 0.76% | - |
| XYZ | 40.76 | 47.68 | 8.49 | - |
| YUV | 172.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 33 | 0 | 0.04 | 0.83 | 0.24 | 57.41 | 0.71 | 0.45 |
| Hex | C3 | BC | 21 | 0 | 4 | 53 | 18 | 39 | 47 | 2D |
| Octal | 303 | 274 | 41 | 0 | 4 | 123 | 30 | 71 | 107 | 55 |
| Binary | 11000011 | 10111100 | 100001 | 0 | 100 | 1010011 | 11000 | 111001 | 1000111 | 101101 |
Color Harmonies of #C3BC21
Complementary color
Monochromatic Colors of #C3BC21
Black with #C3BC21
Text Example
Text Example
White with #C3BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC21; }
p { color: rgb(195,188,33); }
H1.HeaderClassName
{
color: #C3BC21;
}
.AnyTagClassName
{
color: #C3BC21;
}
</style>
background-color css
<style>
a { background-color: #C3BC21; }
a { background-color: rgb(195,188,33); }
div.DivClassName
{
background-color: #C3BC21;
}
.BgClassName
{
background-color: #C3BC21;
}
</style>
border-color css
<style>
span { border-color: #C3BC21; }
span { border-color: rgb(195,188,33); }
td.TdClassName
{
border-color: #C3BC21;
}
.TagClassName
{
border-color: #C3BC21;
}
</style>