Shades of Conifer #BBDD65
Tints of Conifer #BBDD65
RGB
CMYK
RGB Variations
Color information
#BBDD65 (or 0xBBDD65) is known color: Conifer. HEX triplet: BB, DD and 65. RGB value is (187,221,101). Sum of RGB (Red+Green+Blue) = 187+221+101=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD65 is #44229A. Grayscale: #C5C5C5. Windows color (decimal): -4465307 or 6675899. OLE color: 6675899.
HSL color Cylindrical-coordinate representation of color #BBDD65: hue angle of 77º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBDD65 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 101 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.13 |
| HSL | 77º | 0.64% | 0.63% | - |
| HSV(B) | 77º | 0.54% | 0.87% | - |
| XYZ | 48.7 | 63.22 | 21.95 | - |
| YUV | 197.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 101 | 0.15 | 0 | 0.54 | 0.13 | 77 | 0.64 | 0.63 |
| Hex | BB | DD | 65 | F | 0 | 36 | D | 4D | 40 | 3F |
| Octal | 273 | 335 | 145 | 17 | 0 | 66 | 15 | 115 | 100 | 77 |
| Binary | 10111011 | 11011101 | 1100101 | 1111 | 0 | 110110 | 1101 | 1001101 | 1000000 | 111111 |
Color Harmonies of #BBDD65
Complementary color
Monochromatic Colors of #BBDD65
Black with #BBDD65
Text Example
Text Example
White with #BBDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD65; }
p { color: rgb(187,221,101); }
H1.HeaderClassName
{
color: #BBDD65;
}
.AnyTagClassName
{
color: #BBDD65;
}
</style>
background-color css
<style>
a { background-color: #BBDD65; }
a { background-color: rgb(187,221,101); }
div.DivClassName
{
background-color: #BBDD65;
}
.BgClassName
{
background-color: #BBDD65;
}
</style>
border-color css
<style>
span { border-color: #BBDD65; }
span { border-color: rgb(187,221,101); }
td.TdClassName
{
border-color: #BBDD65;
}
.TagClassName
{
border-color: #BBDD65;
}
</style>