Shades of Bird Flower #C9BC1D
Tints of Bird Flower #C9BC1D
RGB
CMYK
RGB Variations
Color information
#C9BC1D (or 0xC9BC1D) is known color: Bird Flower. HEX triplet: C9, BC and 1D. RGB value is (201,188,29). Sum of RGB (Red+Green+Blue) = 201+188+29=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC1D is #3643E2. Grayscale: #AEAEAE. Windows color (decimal): -3556323 or 1948873. OLE color: 1948873.
HSL color Cylindrical-coordinate representation of color #C9BC1D: hue angle of 55.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9BC1D is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 29 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.21 |
| HSL | 55.47º | 0.75% | 0.45% | - |
| HSV(B) | 55.47º | 0.86% | 0.79% | - |
| XYZ | 42.29 | 48.47 | 8.29 | - |
| YUV | 173.76 | 46.31 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 29 | 0 | 0.06 | 0.86 | 0.21 | 55.47 | 0.75 | 0.45 |
| Hex | C9 | BC | 1D | 0 | 6 | 56 | 15 | 37 | 4B | 2D |
| Octal | 311 | 274 | 35 | 0 | 6 | 126 | 25 | 67 | 113 | 55 |
| Binary | 11001001 | 10111100 | 11101 | 0 | 110 | 1010110 | 10101 | 110111 | 1001011 | 101101 |
Color Harmonies of #C9BC1D
Complementary color
Monochromatic Colors of #C9BC1D
Black with #C9BC1D
Text Example
Text Example
White with #C9BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC1D; }
p { color: rgb(201,188,29); }
H1.HeaderClassName
{
color: #C9BC1D;
}
.AnyTagClassName
{
color: #C9BC1D;
}
</style>
background-color css
<style>
a { background-color: #C9BC1D; }
a { background-color: rgb(201,188,29); }
div.DivClassName
{
background-color: #C9BC1D;
}
.BgClassName
{
background-color: #C9BC1D;
}
</style>
border-color css
<style>
span { border-color: #C9BC1D; }
span { border-color: rgb(201,188,29); }
td.TdClassName
{
border-color: #C9BC1D;
}
.TagClassName
{
border-color: #C9BC1D;
}
</style>