Shades of Conifer #B2D966
Tints of Conifer #B2D966
RGB
CMYK
RGB Variations
Color information
#B2D966 (or 0xB2D966) is known color: Conifer. HEX triplet: B2, D9 and 66. RGB value is (178,217,102). Sum of RGB (Red+Green+Blue) = 178+217+102=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D966 is #4D2699. Grayscale: #C0C0C0. Windows color (decimal): -5056154 or 6740402. OLE color: 6740402.
HSL color Cylindrical-coordinate representation of color #B2D966: hue angle of 80.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2D966 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 102 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.15 |
| HSL | 80.35º | 0.6% | 0.63% | - |
| HSV(B) | 80.35º | 0.53% | 0.85% | - |
| XYZ | 45.57 | 60.05 | 21.76 | - |
| YUV | 192.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 102 | 0.18 | 0 | 0.53 | 0.15 | 80.35 | 0.6 | 0.63 |
| Hex | B2 | D9 | 66 | 12 | 0 | 35 | F | 50 | 3C | 3F |
| Octal | 262 | 331 | 146 | 22 | 0 | 65 | 17 | 120 | 74 | 77 |
| Binary | 10110010 | 11011001 | 1100110 | 10010 | 0 | 110101 | 1111 | 1010000 | 111100 | 111111 |
Color Harmonies of #B2D966
Complementary color
Monochromatic Colors of #B2D966
Black with #B2D966
Text Example
Text Example
White with #B2D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D966; }
p { color: rgb(178,217,102); }
H1.HeaderClassName
{
color: #B2D966;
}
.AnyTagClassName
{
color: #B2D966;
}
</style>
background-color css
<style>
a { background-color: #B2D966; }
a { background-color: rgb(178,217,102); }
div.DivClassName
{
background-color: #B2D966;
}
.BgClassName
{
background-color: #B2D966;
}
</style>
border-color css
<style>
span { border-color: #B2D966; }
span { border-color: rgb(178,217,102); }
td.TdClassName
{
border-color: #B2D966;
}
.TagClassName
{
border-color: #B2D966;
}
</style>