Shades of Conifer #B2D968
Tints of Conifer #B2D968
RGB
CMYK
RGB Variations
Color information
#B2D968 (or 0xB2D968) is known color: Conifer. HEX triplet: B2, D9 and 68. RGB value is (178,217,104). Sum of RGB (Red+Green+Blue) = 178+217+104=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D968 is #4D2697. Grayscale: #C0C0C0. Windows color (decimal): -5056152 or 6871474. OLE color: 6871474.
HSL color Cylindrical-coordinate representation of color #B2D968: hue angle of 80.71º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2D968 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 104 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.15 |
| HSL | 80.71º | 0.6% | 0.63% | - |
| HSV(B) | 80.71º | 0.52% | 0.85% | - |
| XYZ | 45.67 | 60.09 | 22.29 | - |
| YUV | 192.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 104 | 0.18 | 0 | 0.52 | 0.15 | 80.71 | 0.6 | 0.63 |
| Hex | B2 | D9 | 68 | 12 | 0 | 34 | F | 51 | 3C | 3F |
| Octal | 262 | 331 | 150 | 22 | 0 | 64 | 17 | 121 | 74 | 77 |
| Binary | 10110010 | 11011001 | 1101000 | 10010 | 0 | 110100 | 1111 | 1010001 | 111100 | 111111 |
Color Harmonies of #B2D968
Complementary color
Monochromatic Colors of #B2D968
Black with #B2D968
Text Example
Text Example
White with #B2D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D968; }
p { color: rgb(178,217,104); }
H1.HeaderClassName
{
color: #B2D968;
}
.AnyTagClassName
{
color: #B2D968;
}
</style>
background-color css
<style>
a { background-color: #B2D968; }
a { background-color: rgb(178,217,104); }
div.DivClassName
{
background-color: #B2D968;
}
.BgClassName
{
background-color: #B2D968;
}
</style>
border-color css
<style>
span { border-color: #B2D968; }
span { border-color: rgb(178,217,104); }
td.TdClassName
{
border-color: #B2D968;
}
.TagClassName
{
border-color: #B2D968;
}
</style>