Shades of Bird Flower #C3BF1B
Tints of Bird Flower #C3BF1B
RGB
CMYK
RGB Variations
Color information
#C3BF1B (or 0xC3BF1B) is known color: Bird Flower. HEX triplet: C3, BF and 1B. RGB value is (195,191,27). Sum of RGB (Red+Green+Blue) = 195+191+27=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF1B is #3C40E4. Grayscale: #AEAEAE. Windows color (decimal): -3948773 or 1818563. OLE color: 1818563.
HSL color Cylindrical-coordinate representation of color #C3BF1B: hue angle of 58.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3BF1B is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 27 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.24 |
| HSL | 58.57º | 0.76% | 0.44% | - |
| HSV(B) | 58.57º | 0.86% | 0.76% | - |
| XYZ | 41.33 | 48.94 | 8.31 | - |
| YUV | 173.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 27 | 0 | 0.02 | 0.86 | 0.24 | 58.57 | 0.76 | 0.44 |
| Hex | C3 | BF | 1B | 0 | 2 | 56 | 18 | 3B | 4C | 2C |
| Octal | 303 | 277 | 33 | 0 | 2 | 126 | 30 | 73 | 114 | 54 |
| Binary | 11000011 | 10111111 | 11011 | 0 | 10 | 1010110 | 11000 | 111011 | 1001100 | 101100 |
Color Harmonies of #C3BF1B
Complementary color
Monochromatic Colors of #C3BF1B
Black with #C3BF1B
Text Example
Text Example
White with #C3BF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF1B; }
p { color: rgb(195,191,27); }
H1.HeaderClassName
{
color: #C3BF1B;
}
.AnyTagClassName
{
color: #C3BF1B;
}
</style>
background-color css
<style>
a { background-color: #C3BF1B; }
a { background-color: rgb(195,191,27); }
div.DivClassName
{
background-color: #C3BF1B;
}
.BgClassName
{
background-color: #C3BF1B;
}
</style>
border-color css
<style>
span { border-color: #C3BF1B; }
span { border-color: rgb(195,191,27); }
td.TdClassName
{
border-color: #C3BF1B;
}
.TagClassName
{
border-color: #C3BF1B;
}
</style>