Shades of Bird Flower #C3BA24
Tints of Bird Flower #C3BA24
RGB
CMYK
RGB Variations
Color information
#C3BA24 (or 0xC3BA24) is known color: Bird Flower. HEX triplet: C3, BA and 24. RGB value is (195,186,36). Sum of RGB (Red+Green+Blue) = 195+186+36=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA24 is #3C45DB. Grayscale: #ACACAC. Windows color (decimal): -3950044 or 2407107. OLE color: 2407107.
HSL color Cylindrical-coordinate representation of color #C3BA24: hue angle of 56.6º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3BA24 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 36 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.24 |
| HSL | 56.6º | 0.69% | 0.45% | - |
| HSV(B) | 56.6º | 0.82% | 0.76% | - |
| XYZ | 40.38 | 46.85 | 8.58 | - |
| YUV | 171.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 36 | 0 | 0.05 | 0.82 | 0.24 | 56.6 | 0.69 | 0.45 |
| Hex | C3 | BA | 24 | 0 | 5 | 52 | 18 | 39 | 45 | 2D |
| Octal | 303 | 272 | 44 | 0 | 5 | 122 | 30 | 71 | 105 | 55 |
| Binary | 11000011 | 10111010 | 100100 | 0 | 101 | 1010010 | 11000 | 111001 | 1000101 | 101101 |
Color Harmonies of #C3BA24
Complementary color
Monochromatic Colors of #C3BA24
Black with #C3BA24
Text Example
Text Example
White with #C3BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA24; }
p { color: rgb(195,186,36); }
H1.HeaderClassName
{
color: #C3BA24;
}
.AnyTagClassName
{
color: #C3BA24;
}
</style>
background-color css
<style>
a { background-color: #C3BA24; }
a { background-color: rgb(195,186,36); }
div.DivClassName
{
background-color: #C3BA24;
}
.BgClassName
{
background-color: #C3BA24;
}
</style>
border-color css
<style>
span { border-color: #C3BA24; }
span { border-color: rgb(195,186,36); }
td.TdClassName
{
border-color: #C3BA24;
}
.TagClassName
{
border-color: #C3BA24;
}
</style>