Shades of Wild Willow #BBCF5C
Tints of Wild Willow #BBCF5C
RGB
CMYK
RGB Variations
Color information
#BBCF5C (or 0xBBCF5C) is known color: Wild Willow. HEX triplet: BB, CF and 5C. RGB value is (187,207,92). Sum of RGB (Red+Green+Blue) = 187+207+92=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF5C is #4430A3. Grayscale: #BCBCBC. Windows color (decimal): -4468900 or 6082491. OLE color: 6082491.
HSL color Cylindrical-coordinate representation of color #BBCF5C: hue angle of 70.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBCF5C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 92 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.19 |
| HSL | 70.43º | 0.55% | 0.59% | - |
| HSV(B) | 70.43º | 0.56% | 0.81% | - |
| XYZ | 44.74 | 55.96 | 18.57 | - |
| YUV | 187.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 92 | 0.10 | 0 | 0.56 | 0.19 | 70.43 | 0.55 | 0.59 |
| Hex | BB | CF | 5C | A | 0 | 38 | 13 | 46 | 37 | 3B |
| Octal | 273 | 317 | 134 | 12 | 0 | 70 | 23 | 106 | 67 | 73 |
| Binary | 10111011 | 11001111 | 1011100 | 1010 | 0 | 111000 | 10011 | 1000110 | 110111 | 111011 |
Color Harmonies of #BBCF5C
Complementary color
Monochromatic Colors of #BBCF5C
Black with #BBCF5C
Text Example
Text Example
White with #BBCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF5C; }
p { color: rgb(187,207,92); }
H1.HeaderClassName
{
color: #BBCF5C;
}
.AnyTagClassName
{
color: #BBCF5C;
}
</style>
background-color css
<style>
a { background-color: #BBCF5C; }
a { background-color: rgb(187,207,92); }
div.DivClassName
{
background-color: #BBCF5C;
}
.BgClassName
{
background-color: #BBCF5C;
}
</style>
border-color css
<style>
span { border-color: #BBCF5C; }
span { border-color: rgb(187,207,92); }
td.TdClassName
{
border-color: #BBCF5C;
}
.TagClassName
{
border-color: #BBCF5C;
}
</style>