Shades of Bird Flower #C7BA23
Tints of Bird Flower #C7BA23
RGB
CMYK
RGB Variations
Color information
#C7BA23 (or 0xC7BA23) is known color: Bird Flower. HEX triplet: C7, BA and 23. RGB value is (199,186,35). Sum of RGB (Red+Green+Blue) = 199+186+35=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA23 is #3845DC. Grayscale: #ADADAD. Windows color (decimal): -3687901 or 2341575. OLE color: 2341575.
HSL color Cylindrical-coordinate representation of color #C7BA23: hue angle of 55.24º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7BA23 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 35 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.22 |
| HSL | 55.24º | 0.7% | 0.46% | - |
| HSV(B) | 55.24º | 0.82% | 0.78% | - |
| XYZ | 41.42 | 47.38 | 8.55 | - |
| YUV | 172.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 35 | 0 | 0.07 | 0.82 | 0.22 | 55.24 | 0.7 | 0.46 |
| Hex | C7 | BA | 23 | 0 | 7 | 52 | 16 | 37 | 46 | 2E |
| Octal | 307 | 272 | 43 | 0 | 7 | 122 | 26 | 67 | 106 | 56 |
| Binary | 11000111 | 10111010 | 100011 | 0 | 111 | 1010010 | 10110 | 110111 | 1000110 | 101110 |
Color Harmonies of #C7BA23
Complementary color
Monochromatic Colors of #C7BA23
Black with #C7BA23
Text Example
Text Example
White with #C7BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA23; }
p { color: rgb(199,186,35); }
H1.HeaderClassName
{
color: #C7BA23;
}
.AnyTagClassName
{
color: #C7BA23;
}
</style>
background-color css
<style>
a { background-color: #C7BA23; }
a { background-color: rgb(199,186,35); }
div.DivClassName
{
background-color: #C7BA23;
}
.BgClassName
{
background-color: #C7BA23;
}
</style>
border-color css
<style>
span { border-color: #C7BA23; }
span { border-color: rgb(199,186,35); }
td.TdClassName
{
border-color: #C7BA23;
}
.TagClassName
{
border-color: #C7BA23;
}
</style>