Shades of Bird Flower #C3BA23
Tints of Bird Flower #C3BA23
RGB
CMYK
RGB Variations
Color information
#C3BA23 (or 0xC3BA23) is known color: Bird Flower. HEX triplet: C3, BA and 23. RGB value is (195,186,35). Sum of RGB (Red+Green+Blue) = 195+186+35=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA23 is #3C45DC. Grayscale: #ACACAC. Windows color (decimal): -3950045 or 2341571. OLE color: 2341571.
HSL color Cylindrical-coordinate representation of color #C3BA23: hue angle of 56.62º degrees, saturation: 0.7, 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 #C3BA23 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 35 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.24 |
| HSL | 56.63º | 0.7% | 0.45% | - |
| HSV(B) | 56.63º | 0.82% | 0.76% | - |
| XYZ | 40.37 | 46.84 | 8.5 | - |
| YUV | 171.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 35 | 0 | 0.05 | 0.82 | 0.24 | 56.63 | 0.7 | 0.45 |
| Hex | C3 | BA | 23 | 0 | 5 | 52 | 18 | 39 | 46 | 2D |
| Octal | 303 | 272 | 43 | 0 | 5 | 122 | 30 | 71 | 106 | 55 |
| Binary | 11000011 | 10111010 | 100011 | 0 | 101 | 1010010 | 11000 | 111001 | 1000110 | 101101 |
Color Harmonies of #C3BA23
Complementary color
Monochromatic Colors of #C3BA23
Black with #C3BA23
Text Example
Text Example
White with #C3BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA23; }
p { color: rgb(195,186,35); }
H1.HeaderClassName
{
color: #C3BA23;
}
.AnyTagClassName
{
color: #C3BA23;
}
</style>
background-color css
<style>
a { background-color: #C3BA23; }
a { background-color: rgb(195,186,35); }
div.DivClassName
{
background-color: #C3BA23;
}
.BgClassName
{
background-color: #C3BA23;
}
</style>
border-color css
<style>
span { border-color: #C3BA23; }
span { border-color: rgb(195,186,35); }
td.TdClassName
{
border-color: #C3BA23;
}
.TagClassName
{
border-color: #C3BA23;
}
</style>