Shades of Conifer #BBD646
Tints of Conifer #BBD646
RGB
CMYK
RGB Variations
Color information
#BBD646 (or 0xBBD646) is known color: Conifer. HEX triplet: BB, D6 and 46. RGB value is (187,214,70). Sum of RGB (Red+Green+Blue) = 187+214+70=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD646 is #4429B9. Grayscale: #BEBEBE. Windows color (decimal): -4467130 or 4642491. OLE color: 4642491.
HSL color Cylindrical-coordinate representation of color #BBD646: hue angle of 71.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBD646 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 70 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.16 |
| HSL | 71.25º | 0.64% | 0.56% | - |
| HSV(B) | 71.25º | 0.67% | 0.84% | - |
| XYZ | 45.65 | 59.1 | 14.8 | - |
| YUV | 189.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 70 | 0.13 | 0 | 0.67 | 0.16 | 71.25 | 0.64 | 0.56 |
| Hex | BB | D6 | 46 | D | 0 | 43 | 10 | 47 | 40 | 38 |
| Octal | 273 | 326 | 106 | 15 | 0 | 103 | 20 | 107 | 100 | 70 |
| Binary | 10111011 | 11010110 | 1000110 | 1101 | 0 | 1000011 | 10000 | 1000111 | 1000000 | 111000 |
Color Harmonies of #BBD646
Complementary color
Monochromatic Colors of #BBD646
Black with #BBD646
Text Example
Text Example
White with #BBD646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD646; }
p { color: rgb(187,214,70); }
H1.HeaderClassName
{
color: #BBD646;
}
.AnyTagClassName
{
color: #BBD646;
}
</style>
background-color css
<style>
a { background-color: #BBD646; }
a { background-color: rgb(187,214,70); }
div.DivClassName
{
background-color: #BBD646;
}
.BgClassName
{
background-color: #BBD646;
}
</style>
border-color css
<style>
span { border-color: #BBD646; }
span { border-color: rgb(187,214,70); }
td.TdClassName
{
border-color: #BBD646;
}
.TagClassName
{
border-color: #BBD646;
}
</style>