Shades of Conifer #B2D766
Tints of Conifer #B2D766
RGB
CMYK
RGB Variations
Color information
#B2D766 (or 0xB2D766) is known color: Conifer. HEX triplet: B2, D7 and 66. RGB value is (178,215,102). Sum of RGB (Red+Green+Blue) = 178+215+102=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D766 is #4D2899. Grayscale: #BFBFBF. Windows color (decimal): -5056666 or 6739890. OLE color: 6739890.
HSL color Cylindrical-coordinate representation of color #B2D766: hue angle of 79.65º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2D766 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 102 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.16 |
| HSL | 79.65º | 0.59% | 0.62% | - |
| HSV(B) | 79.65º | 0.53% | 0.84% | - |
| XYZ | 45.06 | 59.03 | 21.59 | - |
| YUV | 191.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 102 | 0.17 | 0 | 0.53 | 0.16 | 79.65 | 0.59 | 0.62 |
| Hex | B2 | D7 | 66 | 11 | 0 | 35 | 10 | 50 | 3B | 3E |
| Octal | 262 | 327 | 146 | 21 | 0 | 65 | 20 | 120 | 73 | 76 |
| Binary | 10110010 | 11010111 | 1100110 | 10001 | 0 | 110101 | 10000 | 1010000 | 111011 | 111110 |
Color Harmonies of #B2D766
Complementary color
Monochromatic Colors of #B2D766
Black with #B2D766
Text Example
Text Example
White with #B2D766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D766; }
p { color: rgb(178,215,102); }
H1.HeaderClassName
{
color: #B2D766;
}
.AnyTagClassName
{
color: #B2D766;
}
</style>
background-color css
<style>
a { background-color: #B2D766; }
a { background-color: rgb(178,215,102); }
div.DivClassName
{
background-color: #B2D766;
}
.BgClassName
{
background-color: #B2D766;
}
</style>
border-color css
<style>
span { border-color: #B2D766; }
span { border-color: rgb(178,215,102); }
td.TdClassName
{
border-color: #B2D766;
}
.TagClassName
{
border-color: #B2D766;
}
</style>