Shades of Conifer #BBE067
Tints of Conifer #BBE067
RGB
CMYK
RGB Variations
Color information
#BBE067 (or 0xBBE067) is known color: Conifer. HEX triplet: BB, E0 and 67. RGB value is (187,224,103). Sum of RGB (Red+Green+Blue) = 187+224+103=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE067 is #441F98. Grayscale: #C7C7C7. Windows color (decimal): -4464537 or 6807739. OLE color: 6807739.
HSL color Cylindrical-coordinate representation of color #BBE067: hue angle of 78.35º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBE067 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 103 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.12 |
| HSL | 78.35º | 0.66% | 0.64% | - |
| HSV(B) | 78.35º | 0.54% | 0.88% | - |
| XYZ | 49.6 | 64.86 | 22.74 | - |
| YUV | 199.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 103 | 0.17 | 0 | 0.54 | 0.12 | 78.35 | 0.66 | 0.64 |
| Hex | BB | E0 | 67 | 11 | 0 | 36 | C | 4E | 42 | 40 |
| Octal | 273 | 340 | 147 | 21 | 0 | 66 | 14 | 116 | 102 | 100 |
| Binary | 10111011 | 11100000 | 1100111 | 10001 | 0 | 110110 | 1100 | 1001110 | 1000010 | 1000000 |
Color Harmonies of #BBE067
Complementary color
Monochromatic Colors of #BBE067
Black with #BBE067
Text Example
Text Example
White with #BBE067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE067; }
p { color: rgb(187,224,103); }
H1.HeaderClassName
{
color: #BBE067;
}
.AnyTagClassName
{
color: #BBE067;
}
</style>
background-color css
<style>
a { background-color: #BBE067; }
a { background-color: rgb(187,224,103); }
div.DivClassName
{
background-color: #BBE067;
}
.BgClassName
{
background-color: #BBE067;
}
</style>
border-color css
<style>
span { border-color: #BBE067; }
span { border-color: rgb(187,224,103); }
td.TdClassName
{
border-color: #BBE067;
}
.TagClassName
{
border-color: #BBE067;
}
</style>