Shades of Bird Flower #C5B91B
Tints of Bird Flower #C5B91B
RGB
CMYK
RGB Variations
Color information
#C5B91B (or 0xC5B91B) is known color: Bird Flower. HEX triplet: C5, B9 and 1B. RGB value is (197,185,27). Sum of RGB (Red+Green+Blue) = 197+185+27=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B91B is #3A46E4. Grayscale: #ABABAB. Windows color (decimal): -3819237 or 1817029. OLE color: 1817029.
HSL color Cylindrical-coordinate representation of color #C5B91B: hue angle of 55.76º degrees, saturation: 0.76, 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 #C5B91B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 27 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.23 |
| HSL | 55.76º | 0.76% | 0.44% | - |
| HSV(B) | 55.76º | 0.86% | 0.77% | - |
| XYZ | 40.57 | 46.65 | 7.9 | - |
| YUV | 170.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 27 | 0 | 0.06 | 0.86 | 0.23 | 55.76 | 0.76 | 0.44 |
| Hex | C5 | B9 | 1B | 0 | 6 | 56 | 17 | 38 | 4C | 2C |
| Octal | 305 | 271 | 33 | 0 | 6 | 126 | 27 | 70 | 114 | 54 |
| Binary | 11000101 | 10111001 | 11011 | 0 | 110 | 1010110 | 10111 | 111000 | 1001100 | 101100 |
Color Harmonies of #C5B91B
Complementary color
Monochromatic Colors of #C5B91B
Black with #C5B91B
Text Example
Text Example
White with #C5B91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B91B; }
p { color: rgb(197,185,27); }
H1.HeaderClassName
{
color: #C5B91B;
}
.AnyTagClassName
{
color: #C5B91B;
}
</style>
background-color css
<style>
a { background-color: #C5B91B; }
a { background-color: rgb(197,185,27); }
div.DivClassName
{
background-color: #C5B91B;
}
.BgClassName
{
background-color: #C5B91B;
}
</style>
border-color css
<style>
span { border-color: #C5B91B; }
span { border-color: rgb(197,185,27); }
td.TdClassName
{
border-color: #C5B91B;
}
.TagClassName
{
border-color: #C5B91B;
}
</style>