Shades of Bird Flower #C2B91D
Tints of Bird Flower #C2B91D
RGB
CMYK
RGB Variations
Color information
#C2B91D (or 0xC2B91D) is known color: Bird Flower. HEX triplet: C2, B9 and 1D. RGB value is (194,185,29). Sum of RGB (Red+Green+Blue) = 194+185+29=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B91D is #3D46E2. Grayscale: #AAAAAA. Windows color (decimal): -4015843 or 1948098. OLE color: 1948098.
HSL color Cylindrical-coordinate representation of color #C2B91D: hue angle of 56.73º 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 #C2B91D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.24 |
| HSL | 56.73º | 0.74% | 0.44% | - |
| HSV(B) | 56.73º | 0.85% | 0.76% | - |
| XYZ | 39.82 | 46.26 | 7.99 | - |
| YUV | 169.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 29 | 0 | 0.05 | 0.85 | 0.24 | 56.73 | 0.74 | 0.44 |
| Hex | C2 | B9 | 1D | 0 | 5 | 55 | 18 | 39 | 4A | 2C |
| Octal | 302 | 271 | 35 | 0 | 5 | 125 | 30 | 71 | 112 | 54 |
| Binary | 11000010 | 10111001 | 11101 | 0 | 101 | 1010101 | 11000 | 111001 | 1001010 | 101100 |
Color Harmonies of #C2B91D
Complementary color
Monochromatic Colors of #C2B91D
Black with #C2B91D
Text Example
Text Example
White with #C2B91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B91D; }
p { color: rgb(194,185,29); }
H1.HeaderClassName
{
color: #C2B91D;
}
.AnyTagClassName
{
color: #C2B91D;
}
</style>
background-color css
<style>
a { background-color: #C2B91D; }
a { background-color: rgb(194,185,29); }
div.DivClassName
{
background-color: #C2B91D;
}
.BgClassName
{
background-color: #C2B91D;
}
</style>
border-color css
<style>
span { border-color: #C2B91D; }
span { border-color: rgb(194,185,29); }
td.TdClassName
{
border-color: #C2B91D;
}
.TagClassName
{
border-color: #C2B91D;
}
</style>