Shades of Conifer #B1D567
Tints of Conifer #B1D567
RGB
CMYK
RGB Variations
Color information
#B1D567 (or 0xB1D567) is known color: Conifer. HEX triplet: B1, D5 and 67. RGB value is (177,213,103). Sum of RGB (Red+Green+Blue) = 177+213+103=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D567 is #4E2A98. Grayscale: #BEBEBE. Windows color (decimal): -5122713 or 6804913. OLE color: 6804913.
HSL color Cylindrical-coordinate representation of color #B1D567: hue angle of 79.64º degrees, saturation: 0.57, 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 #B1D567 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 103 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.16 |
| HSL | 79.64º | 0.57% | 0.62% | - |
| HSV(B) | 79.64º | 0.52% | 0.84% | - |
| XYZ | 44.37 | 57.91 | 21.67 | - |
| YUV | 189.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 103 | 0.17 | 0 | 0.52 | 0.16 | 79.64 | 0.57 | 0.62 |
| Hex | B1 | D5 | 67 | 11 | 0 | 34 | 10 | 50 | 39 | 3E |
| Octal | 261 | 325 | 147 | 21 | 0 | 64 | 20 | 120 | 71 | 76 |
| Binary | 10110001 | 11010101 | 1100111 | 10001 | 0 | 110100 | 10000 | 1010000 | 111001 | 111110 |
Color Harmonies of #B1D567
Complementary color
Monochromatic Colors of #B1D567
Black with #B1D567
Text Example
Text Example
White with #B1D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D567; }
p { color: rgb(177,213,103); }
H1.HeaderClassName
{
color: #B1D567;
}
.AnyTagClassName
{
color: #B1D567;
}
</style>
background-color css
<style>
a { background-color: #B1D567; }
a { background-color: rgb(177,213,103); }
div.DivClassName
{
background-color: #B1D567;
}
.BgClassName
{
background-color: #B1D567;
}
</style>
border-color css
<style>
span { border-color: #B1D567; }
span { border-color: rgb(177,213,103); }
td.TdClassName
{
border-color: #B1D567;
}
.TagClassName
{
border-color: #B1D567;
}
</style>