Shades of Conifer #BBDC49
Tints of Conifer #BBDC49
RGB
CMYK
RGB Variations
Color information
#BBDC49 (or 0xBBDC49) is known color: Conifer. HEX triplet: BB, DC and 49. RGB value is (187,220,73). Sum of RGB (Red+Green+Blue) = 187+220+73=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC49 is #4423B6. Grayscale: #C1C1C1. Windows color (decimal): -4465591 or 4840635. OLE color: 4840635.
HSL color Cylindrical-coordinate representation of color #BBDC49: hue angle of 73.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBDC49 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 73 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.14 |
| HSL | 73.47º | 0.68% | 0.57% | - |
| HSV(B) | 73.47º | 0.67% | 0.86% | - |
| XYZ | 47.29 | 62.23 | 15.82 | - |
| YUV | 193.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 73 | 0.15 | 0 | 0.67 | 0.14 | 73.47 | 0.68 | 0.57 |
| Hex | BB | DC | 49 | F | 0 | 43 | E | 49 | 44 | 39 |
| Octal | 273 | 334 | 111 | 17 | 0 | 103 | 16 | 111 | 104 | 71 |
| Binary | 10111011 | 11011100 | 1001001 | 1111 | 0 | 1000011 | 1110 | 1001001 | 1000100 | 111001 |
Color Harmonies of #BBDC49
Complementary color
Monochromatic Colors of #BBDC49
Black with #BBDC49
Text Example
Text Example
White with #BBDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC49; }
p { color: rgb(187,220,73); }
H1.HeaderClassName
{
color: #BBDC49;
}
.AnyTagClassName
{
color: #BBDC49;
}
</style>
background-color css
<style>
a { background-color: #BBDC49; }
a { background-color: rgb(187,220,73); }
div.DivClassName
{
background-color: #BBDC49;
}
.BgClassName
{
background-color: #BBDC49;
}
</style>
border-color css
<style>
span { border-color: #BBDC49; }
span { border-color: rgb(187,220,73); }
td.TdClassName
{
border-color: #BBDC49;
}
.TagClassName
{
border-color: #BBDC49;
}
</style>