Shades of Conifer #B1D266
Tints of Conifer #B1D266
RGB
CMYK
RGB Variations
Color information
#B1D266 (or 0xB1D266) is known color: Conifer. HEX triplet: B1, D2 and 66. RGB value is (177,210,102). Sum of RGB (Red+Green+Blue) = 177+210+102=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D266 is #4E2D99. Grayscale: #BCBCBC. Windows color (decimal): -5123482 or 6738609. OLE color: 6738609.
HSL color Cylindrical-coordinate representation of color #B1D266: hue angle of 78.33º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1D266 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 102 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.18 |
| HSL | 78.33º | 0.55% | 0.61% | - |
| HSV(B) | 78.33º | 0.51% | 0.82% | - |
| XYZ | 43.58 | 56.4 | 21.16 | - |
| YUV | 187.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 102 | 0.16 | 0 | 0.51 | 0.18 | 78.33 | 0.55 | 0.61 |
| Hex | B1 | D2 | 66 | 10 | 0 | 33 | 12 | 4E | 37 | 3D |
| Octal | 261 | 322 | 146 | 20 | 0 | 63 | 22 | 116 | 67 | 75 |
| Binary | 10110001 | 11010010 | 1100110 | 10000 | 0 | 110011 | 10010 | 1001110 | 110111 | 111101 |
Color Harmonies of #B1D266
Complementary color
Monochromatic Colors of #B1D266
Black with #B1D266
Text Example
Text Example
White with #B1D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D266; }
p { color: rgb(177,210,102); }
H1.HeaderClassName
{
color: #B1D266;
}
.AnyTagClassName
{
color: #B1D266;
}
</style>
background-color css
<style>
a { background-color: #B1D266; }
a { background-color: rgb(177,210,102); }
div.DivClassName
{
background-color: #B1D266;
}
.BgClassName
{
background-color: #B1D266;
}
</style>
border-color css
<style>
span { border-color: #B1D266; }
span { border-color: rgb(177,210,102); }
td.TdClassName
{
border-color: #B1D266;
}
.TagClassName
{
border-color: #B1D266;
}
</style>