Shades of Wild Willow #B2D269
Tints of Wild Willow #B2D269
RGB
CMYK
RGB Variations
Color information
#B2D269 (or 0xB2D269) is known color: Wild Willow. HEX triplet: B2, D2 and 69. RGB value is (178,210,105). Sum of RGB (Red+Green+Blue) = 178+210+105=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D269 is #4D2D96. Grayscale: #BCBCBC. Windows color (decimal): -5057943 or 6935218. OLE color: 6935218.
HSL color Cylindrical-coordinate representation of color #B2D269: hue angle of 78.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2D269 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 105 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.18 |
| HSL | 78.29º | 0.54% | 0.62% | - |
| HSV(B) | 78.29º | 0.5% | 0.82% | - |
| XYZ | 43.96 | 56.58 | 21.97 | - |
| YUV | 188.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 105 | 0.15 | 0 | 0.50 | 0.18 | 78.29 | 0.54 | 0.62 |
| Hex | B2 | D2 | 69 | F | 0 | 32 | 12 | 4E | 36 | 3E |
| Octal | 262 | 322 | 151 | 17 | 0 | 62 | 22 | 116 | 66 | 76 |
| Binary | 10110010 | 11010010 | 1101001 | 1111 | 0 | 110010 | 10010 | 1001110 | 110110 | 111110 |
Color Harmonies of #B2D269
Complementary color
Monochromatic Colors of #B2D269
Black with #B2D269
Text Example
Text Example
White with #B2D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D269; }
p { color: rgb(178,210,105); }
H1.HeaderClassName
{
color: #B2D269;
}
.AnyTagClassName
{
color: #B2D269;
}
</style>
background-color css
<style>
a { background-color: #B2D269; }
a { background-color: rgb(178,210,105); }
div.DivClassName
{
background-color: #B2D269;
}
.BgClassName
{
background-color: #B2D269;
}
</style>
border-color css
<style>
span { border-color: #B2D269; }
span { border-color: rgb(178,210,105); }
td.TdClassName
{
border-color: #B2D269;
}
.TagClassName
{
border-color: #B2D269;
}
</style>