Shades of Bird Flower #C4B921
Tints of Bird Flower #C4B921
RGB
CMYK
RGB Variations
Color information
#C4B921 (or 0xC4B921) is known color: Bird Flower. HEX triplet: C4, B9 and 21. RGB value is (196,185,33). Sum of RGB (Red+Green+Blue) = 196+185+33=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B921 is #3B46DE. Grayscale: #ABABAB. Windows color (decimal): -3884767 or 2210244. OLE color: 2210244.
HSL color Cylindrical-coordinate representation of color #C4B921: hue angle of 55.95º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4B921 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 33 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.23 |
| HSL | 55.95º | 0.71% | 0.45% | - |
| HSV(B) | 55.95º | 0.83% | 0.77% | - |
| XYZ | 40.39 | 46.54 | 8.29 | - |
| YUV | 170.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 33 | 0 | 0.06 | 0.83 | 0.23 | 55.95 | 0.71 | 0.45 |
| Hex | C4 | B9 | 21 | 0 | 6 | 53 | 17 | 38 | 47 | 2D |
| Octal | 304 | 271 | 41 | 0 | 6 | 123 | 27 | 70 | 107 | 55 |
| Binary | 11000100 | 10111001 | 100001 | 0 | 110 | 1010011 | 10111 | 111000 | 1000111 | 101101 |
Color Harmonies of #C4B921
Complementary color
Monochromatic Colors of #C4B921
Black with #C4B921
Text Example
Text Example
White with #C4B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B921; }
p { color: rgb(196,185,33); }
H1.HeaderClassName
{
color: #C4B921;
}
.AnyTagClassName
{
color: #C4B921;
}
</style>
background-color css
<style>
a { background-color: #C4B921; }
a { background-color: rgb(196,185,33); }
div.DivClassName
{
background-color: #C4B921;
}
.BgClassName
{
background-color: #C4B921;
}
</style>
border-color css
<style>
span { border-color: #C4B921; }
span { border-color: rgb(196,185,33); }
td.TdClassName
{
border-color: #C4B921;
}
.TagClassName
{
border-color: #C4B921;
}
</style>