Shades of Conifer #BBDF6A
Tints of Conifer #BBDF6A
RGB
CMYK
RGB Variations
Color information
#BBDF6A (or 0xBBDF6A) is known color: Conifer. HEX triplet: BB, DF and 6A. RGB value is (187,223,106). Sum of RGB (Red+Green+Blue) = 187+223+106=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF6A is #442095. Grayscale: #C7C7C7. Windows color (decimal): -4464790 or 7004091. OLE color: 7004091.
HSL color Cylindrical-coordinate representation of color #BBDF6A: hue angle of 78.46º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBDF6A is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 106 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.13 |
| HSL | 78.46º | 0.65% | 0.65% | - |
| HSV(B) | 78.46º | 0.52% | 0.87% | - |
| XYZ | 49.48 | 64.38 | 23.45 | - |
| YUV | 198.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 106 | 0.16 | 0 | 0.52 | 0.13 | 78.46 | 0.65 | 0.65 |
| Hex | BB | DF | 6A | 10 | 0 | 34 | D | 4E | 41 | 41 |
| Octal | 273 | 337 | 152 | 20 | 0 | 64 | 15 | 116 | 101 | 101 |
| Binary | 10111011 | 11011111 | 1101010 | 10000 | 0 | 110100 | 1101 | 1001110 | 1000001 | 1000001 |
Color Harmonies of #BBDF6A
Complementary color
Monochromatic Colors of #BBDF6A
Black with #BBDF6A
Text Example
Text Example
White with #BBDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF6A; }
p { color: rgb(187,223,106); }
H1.HeaderClassName
{
color: #BBDF6A;
}
.AnyTagClassName
{
color: #BBDF6A;
}
</style>
background-color css
<style>
a { background-color: #BBDF6A; }
a { background-color: rgb(187,223,106); }
div.DivClassName
{
background-color: #BBDF6A;
}
.BgClassName
{
background-color: #BBDF6A;
}
</style>
border-color css
<style>
span { border-color: #BBDF6A; }
span { border-color: rgb(187,223,106); }
td.TdClassName
{
border-color: #BBDF6A;
}
.TagClassName
{
border-color: #BBDF6A;
}
</style>