Shades of Conifer #BBED66
Tints of Conifer #BBED66
RGB
CMYK
RGB Variations
Color information
#BBED66 (or 0xBBED66) is known color: Conifer. HEX triplet: BB, ED and 66. RGB value is (187,237,102). Sum of RGB (Red+Green+Blue) = 187+237+102=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED66 is #441299. Grayscale: #CFCFCF. Windows color (decimal): -4461210 or 6745531. OLE color: 6745531.
HSL color Cylindrical-coordinate representation of color #BBED66: hue angle of 82.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBED66 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 102 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.07 |
| HSL | 82.22º | 0.79% | 0.66% | - |
| HSV(B) | 82.22º | 0.57% | 0.93% | - |
| XYZ | 53.18 | 72.09 | 23.68 | - |
| YUV | 206.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 102 | 0.21 | 0 | 0.57 | 0.07 | 82.22 | 0.79 | 0.66 |
| Hex | BB | ED | 66 | 15 | 0 | 39 | 7 | 52 | 4F | 42 |
| Octal | 273 | 355 | 146 | 25 | 0 | 71 | 7 | 122 | 117 | 102 |
| Binary | 10111011 | 11101101 | 1100110 | 10101 | 0 | 111001 | 111 | 1010010 | 1001111 | 1000010 |
Color Harmonies of #BBED66
Complementary color
Monochromatic Colors of #BBED66
Black with #BBED66
Text Example
Text Example
White with #BBED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED66; }
p { color: rgb(187,237,102); }
H1.HeaderClassName
{
color: #BBED66;
}
.AnyTagClassName
{
color: #BBED66;
}
</style>
background-color css
<style>
a { background-color: #BBED66; }
a { background-color: rgb(187,237,102); }
div.DivClassName
{
background-color: #BBED66;
}
.BgClassName
{
background-color: #BBED66;
}
</style>
border-color css
<style>
span { border-color: #BBED66; }
span { border-color: rgb(187,237,102); }
td.TdClassName
{
border-color: #BBED66;
}
.TagClassName
{
border-color: #BBED66;
}
</style>