Shades of Wild Willow #B2CF67
Tints of Wild Willow #B2CF67
RGB
CMYK
RGB Variations
Color information
#B2CF67 (or 0xB2CF67) is known color: Wild Willow. HEX triplet: B2, CF and 67. RGB value is (178,207,103). Sum of RGB (Red+Green+Blue) = 178+207+103=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF67 is #4D3098. Grayscale: #BABABA. Windows color (decimal): -5058713 or 6803378. OLE color: 6803378.
HSL color Cylindrical-coordinate representation of color #B2CF67: hue angle of 76.73º 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 #B2CF67 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 103 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.19 |
| HSL | 76.73º | 0.52% | 0.61% | - |
| HSV(B) | 76.73º | 0.5% | 0.81% | - |
| XYZ | 43.12 | 55.07 | 21.19 | - |
| YUV | 186.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 103 | 0.14 | 0 | 0.50 | 0.19 | 76.73 | 0.52 | 0.61 |
| Hex | B2 | CF | 67 | E | 0 | 32 | 13 | 4D | 34 | 3D |
| Octal | 262 | 317 | 147 | 16 | 0 | 62 | 23 | 115 | 64 | 75 |
| Binary | 10110010 | 11001111 | 1100111 | 1110 | 0 | 110010 | 10011 | 1001101 | 110100 | 111101 |
Color Harmonies of #B2CF67
Complementary color
Monochromatic Colors of #B2CF67
Black with #B2CF67
Text Example
Text Example
White with #B2CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF67; }
p { color: rgb(178,207,103); }
H1.HeaderClassName
{
color: #B2CF67;
}
.AnyTagClassName
{
color: #B2CF67;
}
</style>
background-color css
<style>
a { background-color: #B2CF67; }
a { background-color: rgb(178,207,103); }
div.DivClassName
{
background-color: #B2CF67;
}
.BgClassName
{
background-color: #B2CF67;
}
</style>
border-color css
<style>
span { border-color: #B2CF67; }
span { border-color: rgb(178,207,103); }
td.TdClassName
{
border-color: #B2CF67;
}
.TagClassName
{
border-color: #B2CF67;
}
</style>