Shades of Conifer #B1D667
Tints of Conifer #B1D667
RGB
CMYK
RGB Variations
Color information
#B1D667 (or 0xB1D667) is known color: Conifer. HEX triplet: B1, D6 and 67. RGB value is (177,214,103). Sum of RGB (Red+Green+Blue) = 177+214+103=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D667 is #4E2998. Grayscale: #BEBEBE. Windows color (decimal): -5122457 or 6805169. OLE color: 6805169.
HSL color Cylindrical-coordinate representation of color #B1D667: hue angle of 80º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1D667 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 103 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.16 |
| HSL | 80º | 0.58% | 0.62% | - |
| HSV(B) | 80º | 0.52% | 0.84% | - |
| XYZ | 44.63 | 58.42 | 21.76 | - |
| YUV | 190.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 103 | 0.17 | 0 | 0.52 | 0.16 | 80 | 0.58 | 0.62 |
| Hex | B1 | D6 | 67 | 11 | 0 | 34 | 10 | 50 | 3A | 3E |
| Octal | 261 | 326 | 147 | 21 | 0 | 64 | 20 | 120 | 72 | 76 |
| Binary | 10110001 | 11010110 | 1100111 | 10001 | 0 | 110100 | 10000 | 1010000 | 111010 | 111110 |
Color Harmonies of #B1D667
Complementary color
Monochromatic Colors of #B1D667
Black with #B1D667
Text Example
Text Example
White with #B1D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D667; }
p { color: rgb(177,214,103); }
H1.HeaderClassName
{
color: #B1D667;
}
.AnyTagClassName
{
color: #B1D667;
}
</style>
background-color css
<style>
a { background-color: #B1D667; }
a { background-color: rgb(177,214,103); }
div.DivClassName
{
background-color: #B1D667;
}
.BgClassName
{
background-color: #B1D667;
}
</style>
border-color css
<style>
span { border-color: #B1D667; }
span { border-color: rgb(177,214,103); }
td.TdClassName
{
border-color: #B1D667;
}
.TagClassName
{
border-color: #B1D667;
}
</style>