Shades of Bird Flower #C4BA22
Tints of Bird Flower #C4BA22
RGB
CMYK
RGB Variations
Color information
#C4BA22 (or 0xC4BA22) is known color: Bird Flower. HEX triplet: C4, BA and 22. RGB value is (196,186,34). Sum of RGB (Red+Green+Blue) = 196+186+34=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA22 is #3B45DD. Grayscale: #ACACAC. Windows color (decimal): -3884510 or 2276036. OLE color: 2276036.
HSL color Cylindrical-coordinate representation of color #C4BA22: hue angle of 56.3º degrees, saturation: 0.7, 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 #C4BA22 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 34 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.23 |
| HSL | 56.3º | 0.7% | 0.45% | - |
| HSV(B) | 56.3º | 0.83% | 0.77% | - |
| XYZ | 40.61 | 46.97 | 8.44 | - |
| YUV | 171.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 34 | 0 | 0.05 | 0.83 | 0.23 | 56.3 | 0.7 | 0.45 |
| Hex | C4 | BA | 22 | 0 | 5 | 53 | 17 | 38 | 46 | 2D |
| Octal | 304 | 272 | 42 | 0 | 5 | 123 | 27 | 70 | 106 | 55 |
| Binary | 11000100 | 10111010 | 100010 | 0 | 101 | 1010011 | 10111 | 111000 | 1000110 | 101101 |
Color Harmonies of #C4BA22
Complementary color
Monochromatic Colors of #C4BA22
Black with #C4BA22
Text Example
Text Example
White with #C4BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA22; }
p { color: rgb(196,186,34); }
H1.HeaderClassName
{
color: #C4BA22;
}
.AnyTagClassName
{
color: #C4BA22;
}
</style>
background-color css
<style>
a { background-color: #C4BA22; }
a { background-color: rgb(196,186,34); }
div.DivClassName
{
background-color: #C4BA22;
}
.BgClassName
{
background-color: #C4BA22;
}
</style>
border-color css
<style>
span { border-color: #C4BA22; }
span { border-color: rgb(196,186,34); }
td.TdClassName
{
border-color: #C4BA22;
}
.TagClassName
{
border-color: #C4BA22;
}
</style>