Shades of Conifer #BBDF63
Tints of Conifer #BBDF63
RGB
CMYK
RGB Variations
Color information
#BBDF63 (or 0xBBDF63) is known color: Conifer. HEX triplet: BB, DF and 63. RGB value is (187,223,99). Sum of RGB (Red+Green+Blue) = 187+223+99=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF63 is #44209C. Grayscale: #C6C6C6. Windows color (decimal): -4464797 or 6545339. OLE color: 6545339.
HSL color Cylindrical-coordinate representation of color #BBDF63: hue angle of 77.42º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBDF63 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 99 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.13 |
| HSL | 77.42º | 0.66% | 0.63% | - |
| HSV(B) | 77.42º | 0.56% | 0.87% | - |
| XYZ | 49.13 | 64.24 | 21.61 | - |
| YUV | 198.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 99 | 0.16 | 0 | 0.56 | 0.13 | 77.42 | 0.66 | 0.63 |
| Hex | BB | DF | 63 | 10 | 0 | 38 | D | 4D | 42 | 3F |
| Octal | 273 | 337 | 143 | 20 | 0 | 70 | 15 | 115 | 102 | 77 |
| Binary | 10111011 | 11011111 | 1100011 | 10000 | 0 | 111000 | 1101 | 1001101 | 1000010 | 111111 |
Color Harmonies of #BBDF63
Complementary color
Monochromatic Colors of #BBDF63
Black with #BBDF63
Text Example
Text Example
White with #BBDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF63; }
p { color: rgb(187,223,99); }
H1.HeaderClassName
{
color: #BBDF63;
}
.AnyTagClassName
{
color: #BBDF63;
}
</style>
background-color css
<style>
a { background-color: #BBDF63; }
a { background-color: rgb(187,223,99); }
div.DivClassName
{
background-color: #BBDF63;
}
.BgClassName
{
background-color: #BBDF63;
}
</style>
border-color css
<style>
span { border-color: #BBDF63; }
span { border-color: rgb(187,223,99); }
td.TdClassName
{
border-color: #BBDF63;
}
.TagClassName
{
border-color: #BBDF63;
}
</style>