Shades of Wild Willow #BCCC5B
Tints of Wild Willow #BCCC5B
RGB
CMYK
RGB Variations
Color information
#BCCC5B (or 0xBCCC5B) is known color: Wild Willow. HEX triplet: BC, CC and 5B. RGB value is (188,204,91). Sum of RGB (Red+Green+Blue) = 188+204+91=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC5B is #4333A4. Grayscale: #BABABA. Windows color (decimal): -4404133 or 6016188. OLE color: 6016188.
HSL color Cylindrical-coordinate representation of color #BCCC5B: hue angle of 68.5º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCCC5B is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 91 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.2 |
| HSL | 68.5º | 0.53% | 0.58% | - |
| HSV(B) | 68.5º | 0.55% | 0.8% | - |
| XYZ | 44.22 | 54.63 | 18.11 | - |
| YUV | 186.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 91 | 0.08 | 0 | 0.55 | 0.2 | 68.5 | 0.53 | 0.58 |
| Hex | BC | CC | 5B | 8 | 0 | 37 | 14 | 44 | 35 | 3A |
| Octal | 274 | 314 | 133 | 10 | 0 | 67 | 24 | 104 | 65 | 72 |
| Binary | 10111100 | 11001100 | 1011011 | 1000 | 0 | 110111 | 10100 | 1000100 | 110101 | 111010 |
Color Harmonies of #BCCC5B
Complementary color
Monochromatic Colors of #BCCC5B
Black with #BCCC5B
Text Example
Text Example
White with #BCCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC5B; }
p { color: rgb(188,204,91); }
H1.HeaderClassName
{
color: #BCCC5B;
}
.AnyTagClassName
{
color: #BCCC5B;
}
</style>
background-color css
<style>
a { background-color: #BCCC5B; }
a { background-color: rgb(188,204,91); }
div.DivClassName
{
background-color: #BCCC5B;
}
.BgClassName
{
background-color: #BCCC5B;
}
</style>
border-color css
<style>
span { border-color: #BCCC5B; }
span { border-color: rgb(188,204,91); }
td.TdClassName
{
border-color: #BCCC5B;
}
.TagClassName
{
border-color: #BCCC5B;
}
</style>