Shades of Conifer #B2D161
Tints of Conifer #B2D161
RGB
CMYK
RGB Variations
Color information
#B2D161 (or 0xB2D161) is known color: Conifer. HEX triplet: B2, D1 and 61. RGB value is (178,209,97). Sum of RGB (Red+Green+Blue) = 178+209+97=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D161 is #4D2E9E. Grayscale: #BBBBBB. Windows color (decimal): -5058207 or 6410674. OLE color: 6410674.
HSL color Cylindrical-coordinate representation of color #B2D161: hue angle of 76.61º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2D161 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 97 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.18 |
| HSL | 76.61º | 0.55% | 0.6% | - |
| HSV(B) | 76.61º | 0.54% | 0.82% | - |
| XYZ | 43.32 | 55.93 | 19.82 | - |
| YUV | 186.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 97 | 0.15 | 0 | 0.54 | 0.18 | 76.61 | 0.55 | 0.6 |
| Hex | B2 | D1 | 61 | F | 0 | 36 | 12 | 4D | 37 | 3C |
| Octal | 262 | 321 | 141 | 17 | 0 | 66 | 22 | 115 | 67 | 74 |
| Binary | 10110010 | 11010001 | 1100001 | 1111 | 0 | 110110 | 10010 | 1001101 | 110111 | 111100 |
Color Harmonies of #B2D161
Complementary color
Monochromatic Colors of #B2D161
Black with #B2D161
Text Example
Text Example
White with #B2D161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D161; }
p { color: rgb(178,209,97); }
H1.HeaderClassName
{
color: #B2D161;
}
.AnyTagClassName
{
color: #B2D161;
}
</style>
background-color css
<style>
a { background-color: #B2D161; }
a { background-color: rgb(178,209,97); }
div.DivClassName
{
background-color: #B2D161;
}
.BgClassName
{
background-color: #B2D161;
}
</style>
border-color css
<style>
span { border-color: #B2D161; }
span { border-color: rgb(178,209,97); }
td.TdClassName
{
border-color: #B2D161;
}
.TagClassName
{
border-color: #B2D161;
}
</style>