Shades of Bird Flower #C2BB22
Tints of Bird Flower #C2BB22
RGB
CMYK
RGB Variations
Color information
#C2BB22 (or 0xC2BB22) is known color: Bird Flower. HEX triplet: C2, BB and 22. RGB value is (194,187,34). Sum of RGB (Red+Green+Blue) = 194+187+34=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB22 is #3D44DD. Grayscale: #ACACAC. Windows color (decimal): -4015326 or 2276290. OLE color: 2276290.
HSL color Cylindrical-coordinate representation of color #C2BB22: hue angle of 57.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2BB22 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 34 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.24 |
| HSL | 57.38º | 0.7% | 0.45% | - |
| HSV(B) | 57.38º | 0.82% | 0.76% | - |
| XYZ | 40.31 | 47.13 | 8.49 | - |
| YUV | 171.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 34 | 0 | 0.04 | 0.82 | 0.24 | 57.38 | 0.7 | 0.45 |
| Hex | C2 | BB | 22 | 0 | 4 | 52 | 18 | 39 | 46 | 2D |
| Octal | 302 | 273 | 42 | 0 | 4 | 122 | 30 | 71 | 106 | 55 |
| Binary | 11000010 | 10111011 | 100010 | 0 | 100 | 1010010 | 11000 | 111001 | 1000110 | 101101 |
Color Harmonies of #C2BB22
Complementary color
Monochromatic Colors of #C2BB22
Black with #C2BB22
Text Example
Text Example
White with #C2BB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB22; }
p { color: rgb(194,187,34); }
H1.HeaderClassName
{
color: #C2BB22;
}
.AnyTagClassName
{
color: #C2BB22;
}
</style>
background-color css
<style>
a { background-color: #C2BB22; }
a { background-color: rgb(194,187,34); }
div.DivClassName
{
background-color: #C2BB22;
}
.BgClassName
{
background-color: #C2BB22;
}
</style>
border-color css
<style>
span { border-color: #C2BB22; }
span { border-color: rgb(194,187,34); }
td.TdClassName
{
border-color: #C2BB22;
}
.TagClassName
{
border-color: #C2BB22;
}
</style>