Shades of Bird Flower #C2BD1A
Tints of Bird Flower #C2BD1A
RGB
CMYK
RGB Variations
Color information
#C2BD1A (or 0xC2BD1A) is known color: Bird Flower. HEX triplet: C2, BD and 1A. RGB value is (194,189,26). Sum of RGB (Red+Green+Blue) = 194+189+26=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD1A is #3D42E5. Grayscale: #ACACAC. Windows color (decimal): -4014822 or 1752514. OLE color: 1752514.
HSL color Cylindrical-coordinate representation of color #C2BD1A: hue angle of 58.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2BD1A is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 26 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.24 |
| HSL | 58.21º | 0.76% | 0.43% | - |
| HSV(B) | 58.21º | 0.87% | 0.76% | - |
| XYZ | 40.63 | 47.94 | 8.09 | - |
| YUV | 171.91 | 45.66 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 26 | 0 | 0.03 | 0.87 | 0.24 | 58.21 | 0.76 | 0.43 |
| Hex | C2 | BD | 1A | 0 | 3 | 57 | 18 | 3A | 4C | 2B |
| Octal | 302 | 275 | 32 | 0 | 3 | 127 | 30 | 72 | 114 | 53 |
| Binary | 11000010 | 10111101 | 11010 | 0 | 11 | 1010111 | 11000 | 111010 | 1001100 | 101011 |
Color Harmonies of #C2BD1A
Complementary color
Monochromatic Colors of #C2BD1A
Black with #C2BD1A
Text Example
Text Example
White with #C2BD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD1A; }
p { color: rgb(194,189,26); }
H1.HeaderClassName
{
color: #C2BD1A;
}
.AnyTagClassName
{
color: #C2BD1A;
}
</style>
background-color css
<style>
a { background-color: #C2BD1A; }
a { background-color: rgb(194,189,26); }
div.DivClassName
{
background-color: #C2BD1A;
}
.BgClassName
{
background-color: #C2BD1A;
}
</style>
border-color css
<style>
span { border-color: #C2BD1A; }
span { border-color: rgb(194,189,26); }
td.TdClassName
{
border-color: #C2BD1A;
}
.TagClassName
{
border-color: #C2BD1A;
}
</style>