Shades of Conifer #BBDF68
Tints of Conifer #BBDF68
RGB
CMYK
RGB Variations
Color information
#BBDF68 (or 0xBBDF68) is known color: Conifer. HEX triplet: BB, DF and 68. RGB value is (187,223,104). Sum of RGB (Red+Green+Blue) = 187+223+104=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF68 is #442097. Grayscale: #C7C7C7. Windows color (decimal): -4464792 or 6873019. OLE color: 6873019.
HSL color Cylindrical-coordinate representation of color #BBDF68: hue angle of 78.15º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBDF68 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 104 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.13 |
| HSL | 78.15º | 0.65% | 0.64% | - |
| HSV(B) | 78.15º | 0.53% | 0.87% | - |
| XYZ | 49.38 | 64.34 | 22.91 | - |
| YUV | 198.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 104 | 0.16 | 0 | 0.53 | 0.13 | 78.15 | 0.65 | 0.64 |
| Hex | BB | DF | 68 | 10 | 0 | 35 | D | 4E | 41 | 40 |
| Octal | 273 | 337 | 150 | 20 | 0 | 65 | 15 | 116 | 101 | 100 |
| Binary | 10111011 | 11011111 | 1101000 | 10000 | 0 | 110101 | 1101 | 1001110 | 1000001 | 1000000 |
Color Harmonies of #BBDF68
Complementary color
Monochromatic Colors of #BBDF68
Black with #BBDF68
Text Example
Text Example
White with #BBDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF68; }
p { color: rgb(187,223,104); }
H1.HeaderClassName
{
color: #BBDF68;
}
.AnyTagClassName
{
color: #BBDF68;
}
</style>
background-color css
<style>
a { background-color: #BBDF68; }
a { background-color: rgb(187,223,104); }
div.DivClassName
{
background-color: #BBDF68;
}
.BgClassName
{
background-color: #BBDF68;
}
</style>
border-color css
<style>
span { border-color: #BBDF68; }
span { border-color: rgb(187,223,104); }
td.TdClassName
{
border-color: #BBDF68;
}
.TagClassName
{
border-color: #BBDF68;
}
</style>