Shades of Conifer #BBDF65
Tints of Conifer #BBDF65
RGB
CMYK
RGB Variations
Color information
#BBDF65 (or 0xBBDF65) is known color: Conifer. HEX triplet: BB, DF and 65. RGB value is (187,223,101). Sum of RGB (Red+Green+Blue) = 187+223+101=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF65 is #44209A. Grayscale: #C6C6C6. Windows color (decimal): -4464795 or 6676411. OLE color: 6676411.
HSL color Cylindrical-coordinate representation of color #BBDF65: hue angle of 77.7º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBDF65 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 101 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.13 |
| HSL | 77.7º | 0.66% | 0.64% | - |
| HSV(B) | 77.7º | 0.55% | 0.87% | - |
| XYZ | 49.23 | 64.28 | 22.12 | - |
| YUV | 198.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 101 | 0.16 | 0 | 0.55 | 0.13 | 77.7 | 0.66 | 0.64 |
| Hex | BB | DF | 65 | 10 | 0 | 37 | D | 4E | 42 | 40 |
| Octal | 273 | 337 | 145 | 20 | 0 | 67 | 15 | 116 | 102 | 100 |
| Binary | 10111011 | 11011111 | 1100101 | 10000 | 0 | 110111 | 1101 | 1001110 | 1000010 | 1000000 |
Color Harmonies of #BBDF65
Complementary color
Monochromatic Colors of #BBDF65
Black with #BBDF65
Text Example
Text Example
White with #BBDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF65; }
p { color: rgb(187,223,101); }
H1.HeaderClassName
{
color: #BBDF65;
}
.AnyTagClassName
{
color: #BBDF65;
}
</style>
background-color css
<style>
a { background-color: #BBDF65; }
a { background-color: rgb(187,223,101); }
div.DivClassName
{
background-color: #BBDF65;
}
.BgClassName
{
background-color: #BBDF65;
}
</style>
border-color css
<style>
span { border-color: #BBDF65; }
span { border-color: rgb(187,223,101); }
td.TdClassName
{
border-color: #BBDF65;
}
.TagClassName
{
border-color: #BBDF65;
}
</style>