Shades of Bird Flower #C2B61A
Tints of Bird Flower #C2B61A
RGB
CMYK
RGB Variations
Color information
#C2B61A (or 0xC2B61A) is known color: Bird Flower. HEX triplet: C2, B6 and 1A. RGB value is (194,182,26). Sum of RGB (Red+Green+Blue) = 194+182+26=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B61A is #3D49E5. Grayscale: #A8A8A8. Windows color (decimal): -4016614 or 1750722. OLE color: 1750722.
HSL color Cylindrical-coordinate representation of color #C2B61A: hue angle of 55.71º 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 #C2B61A is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 26 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.24 |
| HSL | 55.71º | 0.76% | 0.43% | - |
| HSV(B) | 55.71º | 0.87% | 0.76% | - |
| XYZ | 39.16 | 45 | 7.6 | - |
| YUV | 167.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 26 | 0 | 0.06 | 0.87 | 0.24 | 55.71 | 0.76 | 0.43 |
| Hex | C2 | B6 | 1A | 0 | 6 | 57 | 18 | 38 | 4C | 2B |
| Octal | 302 | 266 | 32 | 0 | 6 | 127 | 30 | 70 | 114 | 53 |
| Binary | 11000010 | 10110110 | 11010 | 0 | 110 | 1010111 | 11000 | 111000 | 1001100 | 101011 |
Color Harmonies of #C2B61A
Complementary color
Monochromatic Colors of #C2B61A
Black with #C2B61A
Text Example
Text Example
White with #C2B61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B61A; }
p { color: rgb(194,182,26); }
H1.HeaderClassName
{
color: #C2B61A;
}
.AnyTagClassName
{
color: #C2B61A;
}
</style>
background-color css
<style>
a { background-color: #C2B61A; }
a { background-color: rgb(194,182,26); }
div.DivClassName
{
background-color: #C2B61A;
}
.BgClassName
{
background-color: #C2B61A;
}
</style>
border-color css
<style>
span { border-color: #C2B61A; }
span { border-color: rgb(194,182,26); }
td.TdClassName
{
border-color: #C2B61A;
}
.TagClassName
{
border-color: #C2B61A;
}
</style>