Shades of Conifer #B1D367
Tints of Conifer #B1D367
RGB
CMYK
RGB Variations
Color information
#B1D367 (or 0xB1D367) is known color: Conifer. HEX triplet: B1, D3 and 67. RGB value is (177,211,103). Sum of RGB (Red+Green+Blue) = 177+211+103=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D367 is #4E2C98. Grayscale: #BCBCBC. Windows color (decimal): -5123225 or 6804401. OLE color: 6804401.
HSL color Cylindrical-coordinate representation of color #B1D367: hue angle of 78.89º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1D367 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 211 | 103 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.17 |
| HSL | 78.89º | 0.55% | 0.62% | - |
| HSV(B) | 78.89º | 0.51% | 0.83% | - |
| XYZ | 43.87 | 56.91 | 21.51 | - |
| YUV | 188.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 211 | 103 | 0.16 | 0 | 0.51 | 0.17 | 78.89 | 0.55 | 0.62 |
| Hex | B1 | D3 | 67 | 10 | 0 | 33 | 11 | 4F | 37 | 3E |
| Octal | 261 | 323 | 147 | 20 | 0 | 63 | 21 | 117 | 67 | 76 |
| Binary | 10110001 | 11010011 | 1100111 | 10000 | 0 | 110011 | 10001 | 1001111 | 110111 | 111110 |
Color Harmonies of #B1D367
Complementary color
Monochromatic Colors of #B1D367
Black with #B1D367
Text Example
Text Example
White with #B1D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D367; }
p { color: rgb(177,211,103); }
H1.HeaderClassName
{
color: #B1D367;
}
.AnyTagClassName
{
color: #B1D367;
}
</style>
background-color css
<style>
a { background-color: #B1D367; }
a { background-color: rgb(177,211,103); }
div.DivClassName
{
background-color: #B1D367;
}
.BgClassName
{
background-color: #B1D367;
}
</style>
border-color css
<style>
span { border-color: #B1D367; }
span { border-color: rgb(177,211,103); }
td.TdClassName
{
border-color: #B1D367;
}
.TagClassName
{
border-color: #B1D367;
}
</style>