Shades of Bird Flower #C9BF1F
Tints of Bird Flower #C9BF1F
RGB
CMYK
RGB Variations
Color information
#C9BF1F (or 0xC9BF1F) is known color: Bird Flower. HEX triplet: C9, BF and 1F. RGB value is (201,191,31). Sum of RGB (Red+Green+Blue) = 201+191+31=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF1F is #3640E0. Grayscale: #B0B0B0. Windows color (decimal): -3555553 or 2080713. OLE color: 2080713.
HSL color Cylindrical-coordinate representation of color #C9BF1F: hue angle of 56.47º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9BF1F is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 31 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.21 |
| HSL | 56.47º | 0.73% | 0.45% | - |
| HSV(B) | 56.47º | 0.85% | 0.79% | - |
| XYZ | 42.97 | 49.78 | 8.64 | - |
| YUV | 175.75 | 46.31 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 31 | 0 | 0.05 | 0.85 | 0.21 | 56.47 | 0.73 | 0.45 |
| Hex | C9 | BF | 1F | 0 | 5 | 55 | 15 | 38 | 49 | 2D |
| Octal | 311 | 277 | 37 | 0 | 5 | 125 | 25 | 70 | 111 | 55 |
| Binary | 11001001 | 10111111 | 11111 | 0 | 101 | 1010101 | 10101 | 111000 | 1001001 | 101101 |
Color Harmonies of #C9BF1F
Complementary color
Monochromatic Colors of #C9BF1F
Black with #C9BF1F
Text Example
Text Example
White with #C9BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF1F; }
p { color: rgb(201,191,31); }
H1.HeaderClassName
{
color: #C9BF1F;
}
.AnyTagClassName
{
color: #C9BF1F;
}
</style>
background-color css
<style>
a { background-color: #C9BF1F; }
a { background-color: rgb(201,191,31); }
div.DivClassName
{
background-color: #C9BF1F;
}
.BgClassName
{
background-color: #C9BF1F;
}
</style>
border-color css
<style>
span { border-color: #C9BF1F; }
span { border-color: rgb(201,191,31); }
td.TdClassName
{
border-color: #C9BF1F;
}
.TagClassName
{
border-color: #C9BF1F;
}
</style>