Shades of Bird Flower #C4BF1E
Tints of Bird Flower #C4BF1E
RGB
CMYK
RGB Variations
Color information
#C4BF1E (or 0xC4BF1E) is known color: Bird Flower. HEX triplet: C4, BF and 1E. RGB value is (196,191,30). Sum of RGB (Red+Green+Blue) = 196+191+30=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF1E is #3B40E1. Grayscale: #AEAEAE. Windows color (decimal): -3883234 or 2015172. OLE color: 2015172.
HSL color Cylindrical-coordinate representation of color #C4BF1E: hue angle of 58.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4BF1E is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 30 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.23 |
| HSL | 58.19º | 0.73% | 0.44% | - |
| HSV(B) | 58.19º | 0.85% | 0.77% | - |
| XYZ | 41.63 | 49.09 | 8.51 | - |
| YUV | 174.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 30 | 0 | 0.03 | 0.85 | 0.23 | 58.19 | 0.73 | 0.44 |
| Hex | C4 | BF | 1E | 0 | 3 | 55 | 17 | 3A | 49 | 2C |
| Octal | 304 | 277 | 36 | 0 | 3 | 125 | 27 | 72 | 111 | 54 |
| Binary | 11000100 | 10111111 | 11110 | 0 | 11 | 1010101 | 10111 | 111010 | 1001001 | 101100 |
Color Harmonies of #C4BF1E
Complementary color
Monochromatic Colors of #C4BF1E
Black with #C4BF1E
Text Example
Text Example
White with #C4BF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF1E; }
p { color: rgb(196,191,30); }
H1.HeaderClassName
{
color: #C4BF1E;
}
.AnyTagClassName
{
color: #C4BF1E;
}
</style>
background-color css
<style>
a { background-color: #C4BF1E; }
a { background-color: rgb(196,191,30); }
div.DivClassName
{
background-color: #C4BF1E;
}
.BgClassName
{
background-color: #C4BF1E;
}
</style>
border-color css
<style>
span { border-color: #C4BF1E; }
span { border-color: rgb(196,191,30); }
td.TdClassName
{
border-color: #C4BF1E;
}
.TagClassName
{
border-color: #C4BF1E;
}
</style>