Shades of Conifer #BBE161
Tints of Conifer #BBE161
RGB
CMYK
RGB Variations
Color information
#BBE161 (or 0xBBE161) is known color: Conifer. HEX triplet: BB, E1 and 61. RGB value is (187,225,97). Sum of RGB (Red+Green+Blue) = 187+225+97=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE161 is #441E9E. Grayscale: #C7C7C7. Windows color (decimal): -4464287 or 6414779. OLE color: 6414779.
HSL color Cylindrical-coordinate representation of color #BBE161: hue angle of 77.81º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBE161 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 97 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.12 |
| HSL | 77.81º | 0.68% | 0.63% | - |
| HSV(B) | 77.81º | 0.57% | 0.88% | - |
| XYZ | 49.58 | 65.28 | 21.3 | - |
| YUV | 199.05 | 70.41 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 97 | 0.17 | 0 | 0.57 | 0.12 | 77.81 | 0.68 | 0.63 |
| Hex | BB | E1 | 61 | 11 | 0 | 39 | C | 4E | 44 | 3F |
| Octal | 273 | 341 | 141 | 21 | 0 | 71 | 14 | 116 | 104 | 77 |
| Binary | 10111011 | 11100001 | 1100001 | 10001 | 0 | 111001 | 1100 | 1001110 | 1000100 | 111111 |
Color Harmonies of #BBE161
Complementary color
Monochromatic Colors of #BBE161
Black with #BBE161
Text Example
Text Example
White with #BBE161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE161; }
p { color: rgb(187,225,97); }
H1.HeaderClassName
{
color: #BBE161;
}
.AnyTagClassName
{
color: #BBE161;
}
</style>
background-color css
<style>
a { background-color: #BBE161; }
a { background-color: rgb(187,225,97); }
div.DivClassName
{
background-color: #BBE161;
}
.BgClassName
{
background-color: #BBE161;
}
</style>
border-color css
<style>
span { border-color: #BBE161; }
span { border-color: rgb(187,225,97); }
td.TdClassName
{
border-color: #BBE161;
}
.TagClassName
{
border-color: #BBE161;
}
</style>