Shades of Conifer #B2D867
Tints of Conifer #B2D867
RGB
CMYK
RGB Variations
Color information
#B2D867 (or 0xB2D867) is known color: Conifer. HEX triplet: B2, D8 and 67. RGB value is (178,216,103). Sum of RGB (Red+Green+Blue) = 178+216+103=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D867 is #4D2798. Grayscale: #C0C0C0. Windows color (decimal): -5056409 or 6805682. OLE color: 6805682.
HSL color Cylindrical-coordinate representation of color #B2D867: hue angle of 80.18º degrees, saturation: 0.59, 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 #B2D867 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 103 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.15 |
| HSL | 80.18º | 0.59% | 0.63% | - |
| HSV(B) | 80.18º | 0.52% | 0.85% | - |
| XYZ | 45.36 | 59.56 | 21.94 | - |
| YUV | 191.76 | 77.91 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 103 | 0.18 | 0 | 0.52 | 0.15 | 80.18 | 0.59 | 0.63 |
| Hex | B2 | D8 | 67 | 12 | 0 | 34 | F | 50 | 3B | 3F |
| Octal | 262 | 330 | 147 | 22 | 0 | 64 | 17 | 120 | 73 | 77 |
| Binary | 10110010 | 11011000 | 1100111 | 10010 | 0 | 110100 | 1111 | 1010000 | 111011 | 111111 |
Color Harmonies of #B2D867
Complementary color
Monochromatic Colors of #B2D867
Black with #B2D867
Text Example
Text Example
White with #B2D867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D867; }
p { color: rgb(178,216,103); }
H1.HeaderClassName
{
color: #B2D867;
}
.AnyTagClassName
{
color: #B2D867;
}
</style>
background-color css
<style>
a { background-color: #B2D867; }
a { background-color: rgb(178,216,103); }
div.DivClassName
{
background-color: #B2D867;
}
.BgClassName
{
background-color: #B2D867;
}
</style>
border-color css
<style>
span { border-color: #B2D867; }
span { border-color: rgb(178,216,103); }
td.TdClassName
{
border-color: #B2D867;
}
.TagClassName
{
border-color: #B2D867;
}
</style>