Shades of Bird Flower #C4BE1E
Tints of Bird Flower #C4BE1E
RGB
CMYK
RGB Variations
Color information
#C4BE1E (or 0xC4BE1E) is known color: Bird Flower. HEX triplet: C4, BE and 1E. RGB value is (196,190,30). Sum of RGB (Red+Green+Blue) = 196+190+30=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE1E is #3B41E1. Grayscale: #AEAEAE. Windows color (decimal): -3883490 or 2014916. OLE color: 2014916.
HSL color Cylindrical-coordinate representation of color #C4BE1E: hue angle of 57.83º 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 #C4BE1E is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 30 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.23 |
| HSL | 57.83º | 0.73% | 0.44% | - |
| HSV(B) | 57.83º | 0.85% | 0.77% | - |
| XYZ | 41.41 | 48.66 | 8.44 | - |
| YUV | 173.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 30 | 0 | 0.03 | 0.85 | 0.23 | 57.83 | 0.73 | 0.44 |
| Hex | C4 | BE | 1E | 0 | 3 | 55 | 17 | 3A | 49 | 2C |
| Octal | 304 | 276 | 36 | 0 | 3 | 125 | 27 | 72 | 111 | 54 |
| Binary | 11000100 | 10111110 | 11110 | 0 | 11 | 1010101 | 10111 | 111010 | 1001001 | 101100 |
Color Harmonies of #C4BE1E
Complementary color
Monochromatic Colors of #C4BE1E
Black with #C4BE1E
Text Example
Text Example
White with #C4BE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE1E; }
p { color: rgb(196,190,30); }
H1.HeaderClassName
{
color: #C4BE1E;
}
.AnyTagClassName
{
color: #C4BE1E;
}
</style>
background-color css
<style>
a { background-color: #C4BE1E; }
a { background-color: rgb(196,190,30); }
div.DivClassName
{
background-color: #C4BE1E;
}
.BgClassName
{
background-color: #C4BE1E;
}
</style>
border-color css
<style>
span { border-color: #C4BE1E; }
span { border-color: rgb(196,190,30); }
td.TdClassName
{
border-color: #C4BE1E;
}
.TagClassName
{
border-color: #C4BE1E;
}
</style>