Shades of Bird Flower #C1BA23
Tints of Bird Flower #C1BA23
RGB
CMYK
RGB Variations
Color information
#C1BA23 (or 0xC1BA23) is known color: Bird Flower. HEX triplet: C1, BA and 23. RGB value is (193,186,35). Sum of RGB (Red+Green+Blue) = 193+186+35=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA23 is #3E45DC. Grayscale: #ABABAB. Windows color (decimal): -4081117 or 2341569. OLE color: 2341569.
HSL color Cylindrical-coordinate representation of color #C1BA23: hue angle of 57.34º degrees, saturation: 0.69, 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 #C1BA23 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 35 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.24 |
| HSL | 57.34º | 0.69% | 0.45% | - |
| HSV(B) | 57.34º | 0.82% | 0.76% | - |
| XYZ | 39.85 | 46.58 | 8.48 | - |
| YUV | 170.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 35 | 0 | 0.04 | 0.82 | 0.24 | 57.34 | 0.69 | 0.45 |
| Hex | C1 | BA | 23 | 0 | 4 | 52 | 18 | 39 | 45 | 2D |
| Octal | 301 | 272 | 43 | 0 | 4 | 122 | 30 | 71 | 105 | 55 |
| Binary | 11000001 | 10111010 | 100011 | 0 | 100 | 1010010 | 11000 | 111001 | 1000101 | 101101 |
Color Harmonies of #C1BA23
Complementary color
Monochromatic Colors of #C1BA23
Black with #C1BA23
Text Example
Text Example
White with #C1BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA23; }
p { color: rgb(193,186,35); }
H1.HeaderClassName
{
color: #C1BA23;
}
.AnyTagClassName
{
color: #C1BA23;
}
</style>
background-color css
<style>
a { background-color: #C1BA23; }
a { background-color: rgb(193,186,35); }
div.DivClassName
{
background-color: #C1BA23;
}
.BgClassName
{
background-color: #C1BA23;
}
</style>
border-color css
<style>
span { border-color: #C1BA23; }
span { border-color: rgb(193,186,35); }
td.TdClassName
{
border-color: #C1BA23;
}
.TagClassName
{
border-color: #C1BA23;
}
</style>