Shades of Conifer #BBE265
Tints of Conifer #BBE265
RGB
CMYK
RGB Variations
Color information
#BBE265 (or 0xBBE265) is known color: Conifer. HEX triplet: BB, E2 and 65. RGB value is (187,226,101). Sum of RGB (Red+Green+Blue) = 187+226+101=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE265 is #441D9A. Grayscale: #C8C8C8. Windows color (decimal): -4464027 or 6677179. OLE color: 6677179.
HSL color Cylindrical-coordinate representation of color #BBE265: hue angle of 78.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBE265 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 101 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.11 |
| HSL | 78.72º | 0.68% | 0.64% | - |
| HSV(B) | 78.72º | 0.55% | 0.89% | - |
| XYZ | 50.04 | 65.9 | 22.39 | - |
| YUV | 200.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 101 | 0.17 | 0 | 0.55 | 0.11 | 78.72 | 0.68 | 0.64 |
| Hex | BB | E2 | 65 | 11 | 0 | 37 | B | 4F | 44 | 40 |
| Octal | 273 | 342 | 145 | 21 | 0 | 67 | 13 | 117 | 104 | 100 |
| Binary | 10111011 | 11100010 | 1100101 | 10001 | 0 | 110111 | 1011 | 1001111 | 1000100 | 1000000 |
Color Harmonies of #BBE265
Complementary color
Monochromatic Colors of #BBE265
Black with #BBE265
Text Example
Text Example
White with #BBE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE265; }
p { color: rgb(187,226,101); }
H1.HeaderClassName
{
color: #BBE265;
}
.AnyTagClassName
{
color: #BBE265;
}
</style>
background-color css
<style>
a { background-color: #BBE265; }
a { background-color: rgb(187,226,101); }
div.DivClassName
{
background-color: #BBE265;
}
.BgClassName
{
background-color: #BBE265;
}
</style>
border-color css
<style>
span { border-color: #BBE265; }
span { border-color: rgb(187,226,101); }
td.TdClassName
{
border-color: #BBE265;
}
.TagClassName
{
border-color: #BBE265;
}
</style>