Shades of Bird Flower #C5B91C
Tints of Bird Flower #C5B91C
RGB
CMYK
RGB Variations
Color information
#C5B91C (or 0xC5B91C) is known color: Bird Flower. HEX triplet: C5, B9 and 1C. RGB value is (197,185,28). Sum of RGB (Red+Green+Blue) = 197+185+28=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B91C is #3A46E3. Grayscale: #ABABAB. Windows color (decimal): -3819236 or 1882565. OLE color: 1882565.
HSL color Cylindrical-coordinate representation of color #C5B91C: hue angle of 55.74º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5B91C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 28 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.23 |
| HSL | 55.74º | 0.75% | 0.44% | - |
| HSV(B) | 55.74º | 0.86% | 0.77% | - |
| XYZ | 40.58 | 46.65 | 7.96 | - |
| YUV | 170.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 28 | 0 | 0.06 | 0.86 | 0.23 | 55.74 | 0.75 | 0.44 |
| Hex | C5 | B9 | 1C | 0 | 6 | 56 | 17 | 38 | 4B | 2C |
| Octal | 305 | 271 | 34 | 0 | 6 | 126 | 27 | 70 | 113 | 54 |
| Binary | 11000101 | 10111001 | 11100 | 0 | 110 | 1010110 | 10111 | 111000 | 1001011 | 101100 |
Color Harmonies of #C5B91C
Complementary color
Monochromatic Colors of #C5B91C
Black with #C5B91C
Text Example
Text Example
White with #C5B91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B91C; }
p { color: rgb(197,185,28); }
H1.HeaderClassName
{
color: #C5B91C;
}
.AnyTagClassName
{
color: #C5B91C;
}
</style>
background-color css
<style>
a { background-color: #C5B91C; }
a { background-color: rgb(197,185,28); }
div.DivClassName
{
background-color: #C5B91C;
}
.BgClassName
{
background-color: #C5B91C;
}
</style>
border-color css
<style>
span { border-color: #C5B91C; }
span { border-color: rgb(197,185,28); }
td.TdClassName
{
border-color: #C5B91C;
}
.TagClassName
{
border-color: #C5B91C;
}
</style>