Shades of Conifer #BBE069
Tints of Conifer #BBE069
RGB
CMYK
RGB Variations
Color information
#BBE069 (or 0xBBE069) is known color: Conifer. HEX triplet: BB, E0 and 69. RGB value is (187,224,105). Sum of RGB (Red+Green+Blue) = 187+224+105=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE069 is #441F96. Grayscale: #C7C7C7. Windows color (decimal): -4464535 or 6938811. OLE color: 6938811.
HSL color Cylindrical-coordinate representation of color #BBE069: hue angle of 78.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBE069 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 105 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.12 |
| HSL | 78.66º | 0.66% | 0.65% | - |
| HSV(B) | 78.66º | 0.53% | 0.88% | - |
| XYZ | 49.7 | 64.9 | 23.27 | - |
| YUV | 199.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 105 | 0.17 | 0 | 0.53 | 0.12 | 78.66 | 0.66 | 0.65 |
| Hex | BB | E0 | 69 | 11 | 0 | 35 | C | 4F | 42 | 41 |
| Octal | 273 | 340 | 151 | 21 | 0 | 65 | 14 | 117 | 102 | 101 |
| Binary | 10111011 | 11100000 | 1101001 | 10001 | 0 | 110101 | 1100 | 1001111 | 1000010 | 1000001 |
Color Harmonies of #BBE069
Complementary color
Monochromatic Colors of #BBE069
Black with #BBE069
Text Example
Text Example
White with #BBE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE069; }
p { color: rgb(187,224,105); }
H1.HeaderClassName
{
color: #BBE069;
}
.AnyTagClassName
{
color: #BBE069;
}
</style>
background-color css
<style>
a { background-color: #BBE069; }
a { background-color: rgb(187,224,105); }
div.DivClassName
{
background-color: #BBE069;
}
.BgClassName
{
background-color: #BBE069;
}
</style>
border-color css
<style>
span { border-color: #BBE069; }
span { border-color: rgb(187,224,105); }
td.TdClassName
{
border-color: #BBE069;
}
.TagClassName
{
border-color: #BBE069;
}
</style>