Shades of Bird Flower #C1BA1E
Tints of Bird Flower #C1BA1E
RGB
CMYK
RGB Variations
Color information
#C1BA1E (or 0xC1BA1E) is known color: Bird Flower. HEX triplet: C1, BA and 1E. RGB value is (193,186,30). Sum of RGB (Red+Green+Blue) = 193+186+30=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA1E is #3E45E1. Grayscale: #AAAAAA. Windows color (decimal): -4081122 or 2013889. OLE color: 2013889.
HSL color Cylindrical-coordinate representation of color #C1BA1E: hue angle of 57.42º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1BA1E is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 30 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.24 |
| HSL | 57.42º | 0.73% | 0.44% | - |
| HSV(B) | 57.42º | 0.84% | 0.76% | - |
| XYZ | 39.79 | 46.55 | 8.12 | - |
| YUV | 170.31 | 48.82 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 30 | 0 | 0.04 | 0.84 | 0.24 | 57.42 | 0.73 | 0.44 |
| Hex | C1 | BA | 1E | 0 | 4 | 54 | 18 | 39 | 49 | 2C |
| Octal | 301 | 272 | 36 | 0 | 4 | 124 | 30 | 71 | 111 | 54 |
| Binary | 11000001 | 10111010 | 11110 | 0 | 100 | 1010100 | 11000 | 111001 | 1001001 | 101100 |
Color Harmonies of #C1BA1E
Complementary color
Monochromatic Colors of #C1BA1E
Black with #C1BA1E
Text Example
Text Example
White with #C1BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA1E; }
p { color: rgb(193,186,30); }
H1.HeaderClassName
{
color: #C1BA1E;
}
.AnyTagClassName
{
color: #C1BA1E;
}
</style>
background-color css
<style>
a { background-color: #C1BA1E; }
a { background-color: rgb(193,186,30); }
div.DivClassName
{
background-color: #C1BA1E;
}
.BgClassName
{
background-color: #C1BA1E;
}
</style>
border-color css
<style>
span { border-color: #C1BA1E; }
span { border-color: rgb(193,186,30); }
td.TdClassName
{
border-color: #C1BA1E;
}
.TagClassName
{
border-color: #C1BA1E;
}
</style>