Shades of Wild Willow #B3CF68
Tints of Wild Willow #B3CF68
RGB
CMYK
RGB Variations
Color information
#B3CF68 (or 0xB3CF68) is known color: Wild Willow. HEX triplet: B3, CF and 68. RGB value is (179,207,104). Sum of RGB (Red+Green+Blue) = 179+207+104=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF68 is #4C3097. Grayscale: #BBBBBB. Windows color (decimal): -4993176 or 6868915. OLE color: 6868915.
HSL color Cylindrical-coordinate representation of color #B3CF68: hue angle of 76.31º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3CF68 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 104 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.19 |
| HSL | 76.31º | 0.52% | 0.61% | - |
| HSV(B) | 76.31º | 0.5% | 0.81% | - |
| XYZ | 43.4 | 55.21 | 21.47 | - |
| YUV | 186.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 104 | 0.14 | 0 | 0.50 | 0.19 | 76.31 | 0.52 | 0.61 |
| Hex | B3 | CF | 68 | E | 0 | 32 | 13 | 4C | 34 | 3D |
| Octal | 263 | 317 | 150 | 16 | 0 | 62 | 23 | 114 | 64 | 75 |
| Binary | 10110011 | 11001111 | 1101000 | 1110 | 0 | 110010 | 10011 | 1001100 | 110100 | 111101 |
Color Harmonies of #B3CF68
Complementary color
Monochromatic Colors of #B3CF68
Black with #B3CF68
Text Example
Text Example
White with #B3CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF68; }
p { color: rgb(179,207,104); }
H1.HeaderClassName
{
color: #B3CF68;
}
.AnyTagClassName
{
color: #B3CF68;
}
</style>
background-color css
<style>
a { background-color: #B3CF68; }
a { background-color: rgb(179,207,104); }
div.DivClassName
{
background-color: #B3CF68;
}
.BgClassName
{
background-color: #B3CF68;
}
</style>
border-color css
<style>
span { border-color: #B3CF68; }
span { border-color: rgb(179,207,104); }
td.TdClassName
{
border-color: #B3CF68;
}
.TagClassName
{
border-color: #B3CF68;
}
</style>