Shades of Bird Flower #C5B81D
Tints of Bird Flower #C5B81D
RGB
CMYK
RGB Variations
Color information
#C5B81D (or 0xC5B81D) is known color: Bird Flower. HEX triplet: C5, B8 and 1D. RGB value is (197,184,29). Sum of RGB (Red+Green+Blue) = 197+184+29=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B81D is #3A47E2. Grayscale: #AAAAAA. Windows color (decimal): -3819491 or 1947845. OLE color: 1947845.
HSL color Cylindrical-coordinate representation of color #C5B81D: hue angle of 55.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5B81D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 29 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.23 |
| HSL | 55.36º | 0.74% | 0.44% | - |
| HSV(B) | 55.36º | 0.85% | 0.77% | - |
| XYZ | 40.39 | 46.24 | 7.96 | - |
| YUV | 170.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 29 | 0 | 0.07 | 0.85 | 0.23 | 55.36 | 0.74 | 0.44 |
| Hex | C5 | B8 | 1D | 0 | 7 | 55 | 17 | 37 | 4A | 2C |
| Octal | 305 | 270 | 35 | 0 | 7 | 125 | 27 | 67 | 112 | 54 |
| Binary | 11000101 | 10111000 | 11101 | 0 | 111 | 1010101 | 10111 | 110111 | 1001010 | 101100 |
Color Harmonies of #C5B81D
Complementary color
Monochromatic Colors of #C5B81D
Black with #C5B81D
Text Example
Text Example
White with #C5B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B81D; }
p { color: rgb(197,184,29); }
H1.HeaderClassName
{
color: #C5B81D;
}
.AnyTagClassName
{
color: #C5B81D;
}
</style>
background-color css
<style>
a { background-color: #C5B81D; }
a { background-color: rgb(197,184,29); }
div.DivClassName
{
background-color: #C5B81D;
}
.BgClassName
{
background-color: #C5B81D;
}
</style>
border-color css
<style>
span { border-color: #C5B81D; }
span { border-color: rgb(197,184,29); }
td.TdClassName
{
border-color: #C5B81D;
}
.TagClassName
{
border-color: #C5B81D;
}
</style>