Shades of Bird Flower #C5BB1C
Tints of Bird Flower #C5BB1C
RGB
CMYK
RGB Variations
Color information
#C5BB1C (or 0xC5BB1C) is known color: Bird Flower. HEX triplet: C5, BB and 1C. RGB value is (197,187,28). Sum of RGB (Red+Green+Blue) = 197+187+28=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB1C is #3A44E3. Grayscale: #ACACAC. Windows color (decimal): -3818724 or 1883077. OLE color: 1883077.
HSL color Cylindrical-coordinate representation of color #C5BB1C: hue angle of 56.45º 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 #C5BB1C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 28 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.23 |
| HSL | 56.45º | 0.75% | 0.44% | - |
| HSV(B) | 56.45º | 0.86% | 0.77% | - |
| XYZ | 41.01 | 47.49 | 8.1 | - |
| YUV | 171.86 | 46.81 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 28 | 0 | 0.05 | 0.86 | 0.23 | 56.45 | 0.75 | 0.44 |
| Hex | C5 | BB | 1C | 0 | 5 | 56 | 17 | 38 | 4B | 2C |
| Octal | 305 | 273 | 34 | 0 | 5 | 126 | 27 | 70 | 113 | 54 |
| Binary | 11000101 | 10111011 | 11100 | 0 | 101 | 1010110 | 10111 | 111000 | 1001011 | 101100 |
Color Harmonies of #C5BB1C
Complementary color
Monochromatic Colors of #C5BB1C
Black with #C5BB1C
Text Example
Text Example
White with #C5BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB1C; }
p { color: rgb(197,187,28); }
H1.HeaderClassName
{
color: #C5BB1C;
}
.AnyTagClassName
{
color: #C5BB1C;
}
</style>
background-color css
<style>
a { background-color: #C5BB1C; }
a { background-color: rgb(197,187,28); }
div.DivClassName
{
background-color: #C5BB1C;
}
.BgClassName
{
background-color: #C5BB1C;
}
</style>
border-color css
<style>
span { border-color: #C5BB1C; }
span { border-color: rgb(197,187,28); }
td.TdClassName
{
border-color: #C5BB1C;
}
.TagClassName
{
border-color: #C5BB1C;
}
</style>