Shades of Bird Flower #C2B81D
Tints of Bird Flower #C2B81D
RGB
CMYK
RGB Variations
Color information
#C2B81D (or 0xC2B81D) is known color: Bird Flower. HEX triplet: C2, B8 and 1D. RGB value is (194,184,29). Sum of RGB (Red+Green+Blue) = 194+184+29=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B81D is #3D47E2. Grayscale: #A9A9A9. Windows color (decimal): -4016099 or 1947842. OLE color: 1947842.
HSL color Cylindrical-coordinate representation of color #C2B81D: hue angle of 56.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2B81D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.24 |
| HSL | 56.36º | 0.74% | 0.44% | - |
| HSV(B) | 56.36º | 0.85% | 0.76% | - |
| XYZ | 39.61 | 45.84 | 7.92 | - |
| YUV | 169.32 | 48.81 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 29 | 0 | 0.05 | 0.85 | 0.24 | 56.36 | 0.74 | 0.44 |
| Hex | C2 | B8 | 1D | 0 | 5 | 55 | 18 | 38 | 4A | 2C |
| Octal | 302 | 270 | 35 | 0 | 5 | 125 | 30 | 70 | 112 | 54 |
| Binary | 11000010 | 10111000 | 11101 | 0 | 101 | 1010101 | 11000 | 111000 | 1001010 | 101100 |
Color Harmonies of #C2B81D
Complementary color
Monochromatic Colors of #C2B81D
Black with #C2B81D
Text Example
Text Example
White with #C2B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B81D; }
p { color: rgb(194,184,29); }
H1.HeaderClassName
{
color: #C2B81D;
}
.AnyTagClassName
{
color: #C2B81D;
}
</style>
background-color css
<style>
a { background-color: #C2B81D; }
a { background-color: rgb(194,184,29); }
div.DivClassName
{
background-color: #C2B81D;
}
.BgClassName
{
background-color: #C2B81D;
}
</style>
border-color css
<style>
span { border-color: #C2B81D; }
span { border-color: rgb(194,184,29); }
td.TdClassName
{
border-color: #C2B81D;
}
.TagClassName
{
border-color: #C2B81D;
}
</style>