Shades of Bird Flower #C2BE1B
Tints of Bird Flower #C2BE1B
RGB
CMYK
RGB Variations
Color information
#C2BE1B (or 0xC2BE1B) is known color: Bird Flower. HEX triplet: C2, BE and 1B. RGB value is (194,190,27). Sum of RGB (Red+Green+Blue) = 194+190+27=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE1B is #3D41E4. Grayscale: #ADADAD. Windows color (decimal): -4014565 or 1818306. OLE color: 1818306.
HSL color Cylindrical-coordinate representation of color #C2BE1B: hue angle of 58.56º 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 #C2BE1B is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 27 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.24 |
| HSL | 58.56º | 0.76% | 0.43% | - |
| HSV(B) | 58.56º | 0.86% | 0.76% | - |
| XYZ | 40.86 | 48.38 | 8.22 | - |
| YUV | 172.61 | 45.83 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 27 | 0 | 0.02 | 0.86 | 0.24 | 58.56 | 0.76 | 0.43 |
| Hex | C2 | BE | 1B | 0 | 2 | 56 | 18 | 3B | 4C | 2B |
| Octal | 302 | 276 | 33 | 0 | 2 | 126 | 30 | 73 | 114 | 53 |
| Binary | 11000010 | 10111110 | 11011 | 0 | 10 | 1010110 | 11000 | 111011 | 1001100 | 101011 |
Color Harmonies of #C2BE1B
Complementary color
Monochromatic Colors of #C2BE1B
Black with #C2BE1B
Text Example
Text Example
White with #C2BE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE1B; }
p { color: rgb(194,190,27); }
H1.HeaderClassName
{
color: #C2BE1B;
}
.AnyTagClassName
{
color: #C2BE1B;
}
</style>
background-color css
<style>
a { background-color: #C2BE1B; }
a { background-color: rgb(194,190,27); }
div.DivClassName
{
background-color: #C2BE1B;
}
.BgClassName
{
background-color: #C2BE1B;
}
</style>
border-color css
<style>
span { border-color: #C2BE1B; }
span { border-color: rgb(194,190,27); }
td.TdClassName
{
border-color: #C2BE1B;
}
.TagClassName
{
border-color: #C2BE1B;
}
</style>