Shades of Wild Willow #B5C268
Tints of Wild Willow #B5C268
RGB
CMYK
RGB Variations
Color information
#B5C268 (or 0xB5C268) is known color: Wild Willow. HEX triplet: B5, C2 and 68. RGB value is (181,194,104). Sum of RGB (Red+Green+Blue) = 181+194+104=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C268 is #4A3D97. Grayscale: #B4B4B4. Windows color (decimal): -4865432 or 6865589. OLE color: 6865589.
HSL color Cylindrical-coordinate representation of color #B5C268: hue angle of 68.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5C268 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 104 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.24 |
| HSL | 68.67º | 0.42% | 0.58% | - |
| HSV(B) | 68.67º | 0.46% | 0.76% | - |
| XYZ | 40.85 | 49.41 | 20.48 | - |
| YUV | 179.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 104 | 0.07 | 0 | 0.46 | 0.24 | 68.67 | 0.42 | 0.58 |
| Hex | B5 | C2 | 68 | 7 | 0 | 2E | 18 | 45 | 2A | 3A |
| Octal | 265 | 302 | 150 | 7 | 0 | 56 | 30 | 105 | 52 | 72 |
| Binary | 10110101 | 11000010 | 1101000 | 111 | 0 | 101110 | 11000 | 1000101 | 101010 | 111010 |
Color Harmonies of #B5C268
Complementary color
Monochromatic Colors of #B5C268
Black with #B5C268
Text Example
Text Example
White with #B5C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C268; }
p { color: rgb(181,194,104); }
H1.HeaderClassName
{
color: #B5C268;
}
.AnyTagClassName
{
color: #B5C268;
}
</style>
background-color css
<style>
a { background-color: #B5C268; }
a { background-color: rgb(181,194,104); }
div.DivClassName
{
background-color: #B5C268;
}
.BgClassName
{
background-color: #B5C268;
}
</style>
border-color css
<style>
span { border-color: #B5C268; }
span { border-color: rgb(181,194,104); }
td.TdClassName
{
border-color: #B5C268;
}
.TagClassName
{
border-color: #B5C268;
}
</style>