Shades of Bird Flower #C3BE21
Tints of Bird Flower #C3BE21
RGB
CMYK
RGB Variations
Color information
#C3BE21 (or 0xC3BE21) is known color: Bird Flower. HEX triplet: C3, BE and 21. RGB value is (195,190,33). Sum of RGB (Red+Green+Blue) = 195+190+33=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE21 is #3C41DE. Grayscale: #AEAEAE. Windows color (decimal): -3949023 or 2211523. OLE color: 2211523.
HSL color Cylindrical-coordinate representation of color #C3BE21: hue angle of 58.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3BE21 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 33 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.24 |
| HSL | 58.15º | 0.71% | 0.45% | - |
| HSV(B) | 58.15º | 0.83% | 0.76% | - |
| XYZ | 41.19 | 48.54 | 8.64 | - |
| YUV | 173.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 33 | 0 | 0.03 | 0.83 | 0.24 | 58.15 | 0.71 | 0.45 |
| Hex | C3 | BE | 21 | 0 | 3 | 53 | 18 | 3A | 47 | 2D |
| Octal | 303 | 276 | 41 | 0 | 3 | 123 | 30 | 72 | 107 | 55 |
| Binary | 11000011 | 10111110 | 100001 | 0 | 11 | 1010011 | 11000 | 111010 | 1000111 | 101101 |
Color Harmonies of #C3BE21
Complementary color
Monochromatic Colors of #C3BE21
Black with #C3BE21
Text Example
Text Example
White with #C3BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE21; }
p { color: rgb(195,190,33); }
H1.HeaderClassName
{
color: #C3BE21;
}
.AnyTagClassName
{
color: #C3BE21;
}
</style>
background-color css
<style>
a { background-color: #C3BE21; }
a { background-color: rgb(195,190,33); }
div.DivClassName
{
background-color: #C3BE21;
}
.BgClassName
{
background-color: #C3BE21;
}
</style>
border-color css
<style>
span { border-color: #C3BE21; }
span { border-color: rgb(195,190,33); }
td.TdClassName
{
border-color: #C3BE21;
}
.TagClassName
{
border-color: #C3BE21;
}
</style>