Shades of Bird Flower #C1B91C
Tints of Bird Flower #C1B91C
RGB
CMYK
RGB Variations
Color information
#C1B91C (or 0xC1B91C) is known color: Bird Flower. HEX triplet: C1, B9 and 1C. RGB value is (193,185,28). Sum of RGB (Red+Green+Blue) = 193+185+28=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B91C is #3E46E3. Grayscale: #AAAAAA. Windows color (decimal): -4081380 or 1882561. OLE color: 1882561.
HSL color Cylindrical-coordinate representation of color #C1B91C: hue angle of 57.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1B91C is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 28 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.24 |
| HSL | 57.09º | 0.75% | 0.43% | - |
| HSV(B) | 57.09º | 0.85% | 0.76% | - |
| XYZ | 39.55 | 46.12 | 7.92 | - |
| YUV | 169.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 28 | 0 | 0.04 | 0.85 | 0.24 | 57.09 | 0.75 | 0.43 |
| Hex | C1 | B9 | 1C | 0 | 4 | 55 | 18 | 39 | 4B | 2B |
| Octal | 301 | 271 | 34 | 0 | 4 | 125 | 30 | 71 | 113 | 53 |
| Binary | 11000001 | 10111001 | 11100 | 0 | 100 | 1010101 | 11000 | 111001 | 1001011 | 101011 |
Color Harmonies of #C1B91C
Complementary color
Monochromatic Colors of #C1B91C
Black with #C1B91C
Text Example
Text Example
White with #C1B91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B91C; }
p { color: rgb(193,185,28); }
H1.HeaderClassName
{
color: #C1B91C;
}
.AnyTagClassName
{
color: #C1B91C;
}
</style>
background-color css
<style>
a { background-color: #C1B91C; }
a { background-color: rgb(193,185,28); }
div.DivClassName
{
background-color: #C1B91C;
}
.BgClassName
{
background-color: #C1B91C;
}
</style>
border-color css
<style>
span { border-color: #C1B91C; }
span { border-color: rgb(193,185,28); }
td.TdClassName
{
border-color: #C1B91C;
}
.TagClassName
{
border-color: #C1B91C;
}
</style>