Shades of Bird Flower #C5C51A
Tints of Bird Flower #C5C51A
RGB
CMYK
RGB Variations
Color information
#C5C51A (or 0xC5C51A) is known color: Bird Flower. HEX triplet: C5, C5 and 1A. RGB value is (197,197,26). Sum of RGB (Red+Green+Blue) = 197+197+26=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C51A is #3A3AE5. Grayscale: #B2B2B2. Windows color (decimal): -3816166 or 1754565. OLE color: 1754565.
HSL color Cylindrical-coordinate representation of color #C5C51A: hue angle of 60º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5C51A is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 26 | - |
| CMYK | 0 | 0 | 0.87 | 0.23 |
| HSL | 60º | 0.77% | 0.44% | - |
| HSV(B) | 60º | 0.87% | 0.77% | - |
| XYZ | 43.18 | 51.88 | 8.71 | - |
| YUV | 177.51 | 42.5 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 26 | 0 | 0 | 0.87 | 0.23 | 60 | 0.77 | 0.44 |
| Hex | C5 | C5 | 1A | 0 | 0 | 57 | 17 | 3C | 4D | 2C |
| Octal | 305 | 305 | 32 | 0 | 0 | 127 | 27 | 74 | 115 | 54 |
| Binary | 11000101 | 11000101 | 11010 | 0 | 0 | 1010111 | 10111 | 111100 | 1001101 | 101100 |
Color Harmonies of #C5C51A
Complementary color
Monochromatic Colors of #C5C51A
Black with #C5C51A
Text Example
Text Example
White with #C5C51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C51A; }
p { color: rgb(197,197,26); }
H1.HeaderClassName
{
color: #C5C51A;
}
.AnyTagClassName
{
color: #C5C51A;
}
</style>
background-color css
<style>
a { background-color: #C5C51A; }
a { background-color: rgb(197,197,26); }
div.DivClassName
{
background-color: #C5C51A;
}
.BgClassName
{
background-color: #C5C51A;
}
</style>
border-color css
<style>
span { border-color: #C5C51A; }
span { border-color: rgb(197,197,26); }
td.TdClassName
{
border-color: #C5C51A;
}
.TagClassName
{
border-color: #C5C51A;
}
</style>