Shades of Bird Flower #C2B81B
Tints of Bird Flower #C2B81B
RGB
CMYK
RGB Variations
Color information
#C2B81B (or 0xC2B81B) is known color: Bird Flower. HEX triplet: C2, B8 and 1B. RGB value is (194,184,27). Sum of RGB (Red+Green+Blue) = 194+184+27=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B81B is #3D47E4. Grayscale: #A9A9A9. Windows color (decimal): -4016101 or 1816770. OLE color: 1816770.
HSL color Cylindrical-coordinate representation of color #C2B81B: hue angle of 56.41º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2B81B is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 27 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.24 |
| HSL | 56.41º | 0.76% | 0.43% | - |
| HSV(B) | 56.41º | 0.86% | 0.76% | - |
| XYZ | 39.59 | 45.83 | 7.8 | - |
| YUV | 169.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 27 | 0 | 0.05 | 0.86 | 0.24 | 56.41 | 0.76 | 0.43 |
| Hex | C2 | B8 | 1B | 0 | 5 | 56 | 18 | 38 | 4C | 2B |
| Octal | 302 | 270 | 33 | 0 | 5 | 126 | 30 | 70 | 114 | 53 |
| Binary | 11000010 | 10111000 | 11011 | 0 | 101 | 1010110 | 11000 | 111000 | 1001100 | 101011 |
Color Harmonies of #C2B81B
Complementary color
Monochromatic Colors of #C2B81B
Black with #C2B81B
Text Example
Text Example
White with #C2B81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B81B; }
p { color: rgb(194,184,27); }
H1.HeaderClassName
{
color: #C2B81B;
}
.AnyTagClassName
{
color: #C2B81B;
}
</style>
background-color css
<style>
a { background-color: #C2B81B; }
a { background-color: rgb(194,184,27); }
div.DivClassName
{
background-color: #C2B81B;
}
.BgClassName
{
background-color: #C2B81B;
}
</style>
border-color css
<style>
span { border-color: #C2B81B; }
span { border-color: rgb(194,184,27); }
td.TdClassName
{
border-color: #C2B81B;
}
.TagClassName
{
border-color: #C2B81B;
}
</style>