Shades of Conifer #BBDF46
Tints of Conifer #BBDF46
RGB
CMYK
RGB Variations
Color information
#BBDF46 (or 0xBBDF46) is known color: Conifer. HEX triplet: BB, DF and 46. RGB value is (187,223,70). Sum of RGB (Red+Green+Blue) = 187+223+70=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF46 is #4420B9. Grayscale: #C3C3C3. Windows color (decimal): -4464826 or 4644795. OLE color: 4644795.
HSL color Cylindrical-coordinate representation of color #BBDF46: hue angle of 74.12º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBDF46 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 70 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.13 |
| HSL | 74.12º | 0.71% | 0.57% | - |
| HSV(B) | 74.12º | 0.69% | 0.87% | - |
| XYZ | 47.99 | 63.78 | 15.58 | - |
| YUV | 194.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 70 | 0.16 | 0 | 0.69 | 0.13 | 74.12 | 0.71 | 0.57 |
| Hex | BB | DF | 46 | 10 | 0 | 45 | D | 4A | 47 | 39 |
| Octal | 273 | 337 | 106 | 20 | 0 | 105 | 15 | 112 | 107 | 71 |
| Binary | 10111011 | 11011111 | 1000110 | 10000 | 0 | 1000101 | 1101 | 1001010 | 1000111 | 111001 |
Color Harmonies of #BBDF46
Complementary color
Monochromatic Colors of #BBDF46
Black with #BBDF46
Text Example
Text Example
White with #BBDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF46; }
p { color: rgb(187,223,70); }
H1.HeaderClassName
{
color: #BBDF46;
}
.AnyTagClassName
{
color: #BBDF46;
}
</style>
background-color css
<style>
a { background-color: #BBDF46; }
a { background-color: rgb(187,223,70); }
div.DivClassName
{
background-color: #BBDF46;
}
.BgClassName
{
background-color: #BBDF46;
}
</style>
border-color css
<style>
span { border-color: #BBDF46; }
span { border-color: rgb(187,223,70); }
td.TdClassName
{
border-color: #BBDF46;
}
.TagClassName
{
border-color: #BBDF46;
}
</style>