Shades of Conifer #B2D668
Tints of Conifer #B2D668
RGB
CMYK
RGB Variations
Color information
#B2D668 (or 0xB2D668) is known color: Conifer. HEX triplet: B2, D6 and 68. RGB value is (178,214,104). Sum of RGB (Red+Green+Blue) = 178+214+104=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D668 is #4D2997. Grayscale: #BFBFBF. Windows color (decimal): -5056920 or 6870706. OLE color: 6870706.
HSL color Cylindrical-coordinate representation of color #B2D668: hue angle of 79.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2D668 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 104 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.16 |
| HSL | 79.64º | 0.57% | 0.62% | - |
| HSV(B) | 79.64º | 0.51% | 0.84% | - |
| XYZ | 44.91 | 58.56 | 22.03 | - |
| YUV | 190.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 104 | 0.17 | 0 | 0.51 | 0.16 | 79.64 | 0.57 | 0.62 |
| Hex | B2 | D6 | 68 | 11 | 0 | 33 | 10 | 50 | 39 | 3E |
| Octal | 262 | 326 | 150 | 21 | 0 | 63 | 20 | 120 | 71 | 76 |
| Binary | 10110010 | 11010110 | 1101000 | 10001 | 0 | 110011 | 10000 | 1010000 | 111001 | 111110 |
Color Harmonies of #B2D668
Complementary color
Monochromatic Colors of #B2D668
Black with #B2D668
Text Example
Text Example
White with #B2D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D668; }
p { color: rgb(178,214,104); }
H1.HeaderClassName
{
color: #B2D668;
}
.AnyTagClassName
{
color: #B2D668;
}
</style>
background-color css
<style>
a { background-color: #B2D668; }
a { background-color: rgb(178,214,104); }
div.DivClassName
{
background-color: #B2D668;
}
.BgClassName
{
background-color: #B2D668;
}
</style>
border-color css
<style>
span { border-color: #B2D668; }
span { border-color: rgb(178,214,104); }
td.TdClassName
{
border-color: #B2D668;
}
.TagClassName
{
border-color: #B2D668;
}
</style>