Shades of Bird Flower #C6BE18
Tints of Bird Flower #C6BE18
RGB
CMYK
RGB Variations
Color information
#C6BE18 (or 0xC6BE18) is known color: Bird Flower. HEX triplet: C6, BE and 18. RGB value is (198,190,24). Sum of RGB (Red+Green+Blue) = 198+190+24=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BE18 is #3941E7. Grayscale: #AEAEAE. Windows color (decimal): -3752424 or 1621702. OLE color: 1621702.
HSL color Cylindrical-coordinate representation of color #C6BE18: hue angle of 57.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6BE18 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 24 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.22 |
| HSL | 57.24º | 0.78% | 0.44% | - |
| HSV(B) | 57.24º | 0.88% | 0.78% | - |
| XYZ | 41.87 | 48.9 | 8.1 | - |
| YUV | 173.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 24 | 0 | 0.04 | 0.88 | 0.22 | 57.24 | 0.78 | 0.44 |
| Hex | C6 | BE | 18 | 0 | 4 | 58 | 16 | 39 | 4E | 2C |
| Octal | 306 | 276 | 30 | 0 | 4 | 130 | 26 | 71 | 116 | 54 |
| Binary | 11000110 | 10111110 | 11000 | 0 | 100 | 1011000 | 10110 | 111001 | 1001110 | 101100 |
Color Harmonies of #C6BE18
Complementary color
Monochromatic Colors of #C6BE18
Black with #C6BE18
Text Example
Text Example
White with #C6BE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE18; }
p { color: rgb(198,190,24); }
H1.HeaderClassName
{
color: #C6BE18;
}
.AnyTagClassName
{
color: #C6BE18;
}
</style>
background-color css
<style>
a { background-color: #C6BE18; }
a { background-color: rgb(198,190,24); }
div.DivClassName
{
background-color: #C6BE18;
}
.BgClassName
{
background-color: #C6BE18;
}
</style>
border-color css
<style>
span { border-color: #C6BE18; }
span { border-color: rgb(198,190,24); }
td.TdClassName
{
border-color: #C6BE18;
}
.TagClassName
{
border-color: #C6BE18;
}
</style>