Shades of Bird Flower #C9BB1D
Tints of Bird Flower #C9BB1D
RGB
CMYK
RGB Variations
Color information
#C9BB1D (or 0xC9BB1D) is known color: Bird Flower. HEX triplet: C9, BB and 1D. RGB value is (201,187,29). Sum of RGB (Red+Green+Blue) = 201+187+29=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB1D is #3644E2. Grayscale: #ADADAD. Windows color (decimal): -3556579 or 1948617. OLE color: 1948617.
HSL color Cylindrical-coordinate representation of color #C9BB1D: hue angle of 55.12º 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 #C9BB1D is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 29 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.21 |
| HSL | 55.12º | 0.75% | 0.45% | - |
| HSV(B) | 55.12º | 0.86% | 0.79% | - |
| XYZ | 42.08 | 48.05 | 8.22 | - |
| YUV | 173.17 | 46.64 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 29 | 0 | 0.07 | 0.86 | 0.21 | 55.12 | 0.75 | 0.45 |
| Hex | C9 | BB | 1D | 0 | 7 | 56 | 15 | 37 | 4B | 2D |
| Octal | 311 | 273 | 35 | 0 | 7 | 126 | 25 | 67 | 113 | 55 |
| Binary | 11001001 | 10111011 | 11101 | 0 | 111 | 1010110 | 10101 | 110111 | 1001011 | 101101 |
Color Harmonies of #C9BB1D
Complementary color
Monochromatic Colors of #C9BB1D
Black with #C9BB1D
Text Example
Text Example
White with #C9BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB1D; }
p { color: rgb(201,187,29); }
H1.HeaderClassName
{
color: #C9BB1D;
}
.AnyTagClassName
{
color: #C9BB1D;
}
</style>
background-color css
<style>
a { background-color: #C9BB1D; }
a { background-color: rgb(201,187,29); }
div.DivClassName
{
background-color: #C9BB1D;
}
.BgClassName
{
background-color: #C9BB1D;
}
</style>
border-color css
<style>
span { border-color: #C9BB1D; }
span { border-color: rgb(201,187,29); }
td.TdClassName
{
border-color: #C9BB1D;
}
.TagClassName
{
border-color: #C9BB1D;
}
</style>