Shades of Conifer #BBE269
Tints of Conifer #BBE269
RGB
CMYK
RGB Variations
Color information
#BBE269 (or 0xBBE269) is known color: Conifer. HEX triplet: BB, E2 and 69. RGB value is (187,226,105). Sum of RGB (Red+Green+Blue) = 187+226+105=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE269 is #441D96. Grayscale: #C8C8C8. Windows color (decimal): -4464023 or 6939323. OLE color: 6939323.
HSL color Cylindrical-coordinate representation of color #BBE269: hue angle of 79.34º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBE269 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 105 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.11 |
| HSL | 79.34º | 0.68% | 0.65% | - |
| HSV(B) | 79.34º | 0.54% | 0.89% | - |
| XYZ | 50.24 | 65.98 | 23.45 | - |
| YUV | 200.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 105 | 0.17 | 0 | 0.54 | 0.11 | 79.34 | 0.68 | 0.65 |
| Hex | BB | E2 | 69 | 11 | 0 | 36 | B | 4F | 44 | 41 |
| Octal | 273 | 342 | 151 | 21 | 0 | 66 | 13 | 117 | 104 | 101 |
| Binary | 10111011 | 11100010 | 1101001 | 10001 | 0 | 110110 | 1011 | 1001111 | 1000100 | 1000001 |
Color Harmonies of #BBE269
Complementary color
Monochromatic Colors of #BBE269
Black with #BBE269
Text Example
Text Example
White with #BBE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE269; }
p { color: rgb(187,226,105); }
H1.HeaderClassName
{
color: #BBE269;
}
.AnyTagClassName
{
color: #BBE269;
}
</style>
background-color css
<style>
a { background-color: #BBE269; }
a { background-color: rgb(187,226,105); }
div.DivClassName
{
background-color: #BBE269;
}
.BgClassName
{
background-color: #BBE269;
}
</style>
border-color css
<style>
span { border-color: #BBE269; }
span { border-color: rgb(187,226,105); }
td.TdClassName
{
border-color: #BBE269;
}
.TagClassName
{
border-color: #BBE269;
}
</style>