Shades of Bird Flower #C4B924
Tints of Bird Flower #C4B924
RGB
CMYK
RGB Variations
Color information
#C4B924 (or 0xC4B924) is known color: Bird Flower. HEX triplet: C4, B9 and 24. RGB value is (196,185,36). Sum of RGB (Red+Green+Blue) = 196+185+36=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B924 is #3B46DB. Grayscale: #ABABAB. Windows color (decimal): -3884764 or 2406852. OLE color: 2406852.
HSL color Cylindrical-coordinate representation of color #C4B924: hue angle of 55.88º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4B924 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 36 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.23 |
| HSL | 55.88º | 0.69% | 0.45% | - |
| HSV(B) | 55.88º | 0.82% | 0.77% | - |
| XYZ | 40.43 | 46.56 | 8.53 | - |
| YUV | 171.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 36 | 0 | 0.06 | 0.82 | 0.23 | 55.88 | 0.69 | 0.45 |
| Hex | C4 | B9 | 24 | 0 | 6 | 52 | 17 | 38 | 45 | 2D |
| Octal | 304 | 271 | 44 | 0 | 6 | 122 | 27 | 70 | 105 | 55 |
| Binary | 11000100 | 10111001 | 100100 | 0 | 110 | 1010010 | 10111 | 111000 | 1000101 | 101101 |
Color Harmonies of #C4B924
Complementary color
Monochromatic Colors of #C4B924
Black with #C4B924
Text Example
Text Example
White with #C4B924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B924; }
p { color: rgb(196,185,36); }
H1.HeaderClassName
{
color: #C4B924;
}
.AnyTagClassName
{
color: #C4B924;
}
</style>
background-color css
<style>
a { background-color: #C4B924; }
a { background-color: rgb(196,185,36); }
div.DivClassName
{
background-color: #C4B924;
}
.BgClassName
{
background-color: #C4B924;
}
</style>
border-color css
<style>
span { border-color: #C4B924; }
span { border-color: rgb(196,185,36); }
td.TdClassName
{
border-color: #C4B924;
}
.TagClassName
{
border-color: #C4B924;
}
</style>