Shades of Conifer #BBE361
Tints of Conifer #BBE361
RGB
CMYK
RGB Variations
Color information
#BBE361 (or 0xBBE361) is known color: Conifer. HEX triplet: BB, E3 and 61. RGB value is (187,227,97). Sum of RGB (Red+Green+Blue) = 187+227+97=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE361 is #441C9E. Grayscale: #C8C8C8. Windows color (decimal): -4463775 or 6415291. OLE color: 6415291.
HSL color Cylindrical-coordinate representation of color #BBE361: hue angle of 78.46º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBE361 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 97 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.11 |
| HSL | 78.46º | 0.7% | 0.64% | - |
| HSV(B) | 78.46º | 0.57% | 0.89% | - |
| XYZ | 50.12 | 66.37 | 21.48 | - |
| YUV | 200.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 97 | 0.18 | 0 | 0.57 | 0.11 | 78.46 | 0.7 | 0.64 |
| Hex | BB | E3 | 61 | 12 | 0 | 39 | B | 4E | 46 | 40 |
| Octal | 273 | 343 | 141 | 22 | 0 | 71 | 13 | 116 | 106 | 100 |
| Binary | 10111011 | 11100011 | 1100001 | 10010 | 0 | 111001 | 1011 | 1001110 | 1000110 | 1000000 |
Color Harmonies of #BBE361
Complementary color
Monochromatic Colors of #BBE361
Black with #BBE361
Text Example
Text Example
White with #BBE361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE361; }
p { color: rgb(187,227,97); }
H1.HeaderClassName
{
color: #BBE361;
}
.AnyTagClassName
{
color: #BBE361;
}
</style>
background-color css
<style>
a { background-color: #BBE361; }
a { background-color: rgb(187,227,97); }
div.DivClassName
{
background-color: #BBE361;
}
.BgClassName
{
background-color: #BBE361;
}
</style>
border-color css
<style>
span { border-color: #BBE361; }
span { border-color: rgb(187,227,97); }
td.TdClassName
{
border-color: #BBE361;
}
.TagClassName
{
border-color: #BBE361;
}
</style>