Shades of Wild Willow #B1D267
Tints of Wild Willow #B1D267
RGB
CMYK
RGB Variations
Color information
#B1D267 (or 0xB1D267) is known color: Wild Willow. HEX triplet: B1, D2 and 67. RGB value is (177,210,103). Sum of RGB (Red+Green+Blue) = 177+210+103=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D267 is #4E2D98. Grayscale: #BCBCBC. Windows color (decimal): -5123481 or 6804145. OLE color: 6804145.
HSL color Cylindrical-coordinate representation of color #B1D267: hue angle of 78.5º degrees, saturation: 0.54, 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 #B1D267 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 103 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.18 |
| HSL | 78.5º | 0.54% | 0.61% | - |
| HSV(B) | 78.5º | 0.51% | 0.82% | - |
| XYZ | 43.63 | 56.42 | 21.42 | - |
| YUV | 187.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 103 | 0.16 | 0 | 0.51 | 0.18 | 78.5 | 0.54 | 0.61 |
| Hex | B1 | D2 | 67 | 10 | 0 | 33 | 12 | 4F | 36 | 3D |
| Octal | 261 | 322 | 147 | 20 | 0 | 63 | 22 | 117 | 66 | 75 |
| Binary | 10110001 | 11010010 | 1100111 | 10000 | 0 | 110011 | 10010 | 1001111 | 110110 | 111101 |
Color Harmonies of #B1D267
Complementary color
Monochromatic Colors of #B1D267
Black with #B1D267
Text Example
Text Example
White with #B1D267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D267; }
p { color: rgb(177,210,103); }
H1.HeaderClassName
{
color: #B1D267;
}
.AnyTagClassName
{
color: #B1D267;
}
</style>
background-color css
<style>
a { background-color: #B1D267; }
a { background-color: rgb(177,210,103); }
div.DivClassName
{
background-color: #B1D267;
}
.BgClassName
{
background-color: #B1D267;
}
</style>
border-color css
<style>
span { border-color: #B1D267; }
span { border-color: rgb(177,210,103); }
td.TdClassName
{
border-color: #B1D267;
}
.TagClassName
{
border-color: #B1D267;
}
</style>