Shades of Bird Flower #C7BC1D
Tints of Bird Flower #C7BC1D
RGB
CMYK
RGB Variations
Color information
#C7BC1D (or 0xC7BC1D) is known color: Bird Flower. HEX triplet: C7, BC and 1D. RGB value is (199,188,29). Sum of RGB (Red+Green+Blue) = 199+188+29=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC1D is #3843E2. Grayscale: #ADADAD. Windows color (decimal): -3687395 or 1948871. OLE color: 1948871.
HSL color Cylindrical-coordinate representation of color #C7BC1D: hue angle of 56.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7BC1D is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 29 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.22 |
| HSL | 56.12º | 0.75% | 0.45% | - |
| HSV(B) | 56.12º | 0.85% | 0.78% | - |
| XYZ | 41.76 | 48.2 | 8.26 | - |
| YUV | 173.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 29 | 0 | 0.06 | 0.85 | 0.22 | 56.12 | 0.75 | 0.45 |
| Hex | C7 | BC | 1D | 0 | 6 | 55 | 16 | 38 | 4B | 2D |
| Octal | 307 | 274 | 35 | 0 | 6 | 125 | 26 | 70 | 113 | 55 |
| Binary | 11000111 | 10111100 | 11101 | 0 | 110 | 1010101 | 10110 | 111000 | 1001011 | 101101 |
Color Harmonies of #C7BC1D
Complementary color
Monochromatic Colors of #C7BC1D
Black with #C7BC1D
Text Example
Text Example
White with #C7BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC1D; }
p { color: rgb(199,188,29); }
H1.HeaderClassName
{
color: #C7BC1D;
}
.AnyTagClassName
{
color: #C7BC1D;
}
</style>
background-color css
<style>
a { background-color: #C7BC1D; }
a { background-color: rgb(199,188,29); }
div.DivClassName
{
background-color: #C7BC1D;
}
.BgClassName
{
background-color: #C7BC1D;
}
</style>
border-color css
<style>
span { border-color: #C7BC1D; }
span { border-color: rgb(199,188,29); }
td.TdClassName
{
border-color: #C7BC1D;
}
.TagClassName
{
border-color: #C7BC1D;
}
</style>