Shades of Wild Willow #BBDA67
Tints of Wild Willow #BBDA67
RGB
CMYK
RGB Variations
Color information
#BBDA67 (or 0xBBDA67) is known color: Wild Willow. HEX triplet: BB, DA and 67. RGB value is (187,218,103). Sum of RGB (Red+Green+Blue) = 187+218+103=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA67 is #442598. Grayscale: #C4C4C4. Windows color (decimal): -4466073 or 6806203. OLE color: 6806203.
HSL color Cylindrical-coordinate representation of color #BBDA67: hue angle of 76.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBDA67 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 103 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.15 |
| HSL | 76.17º | 0.61% | 0.63% | - |
| HSV(B) | 76.17º | 0.53% | 0.85% | - |
| XYZ | 48.01 | 61.69 | 22.21 | - |
| YUV | 195.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 103 | 0.14 | 0 | 0.53 | 0.15 | 76.17 | 0.61 | 0.63 |
| Hex | BB | DA | 67 | E | 0 | 35 | F | 4C | 3D | 3F |
| Octal | 273 | 332 | 147 | 16 | 0 | 65 | 17 | 114 | 75 | 77 |
| Binary | 10111011 | 11011010 | 1100111 | 1110 | 0 | 110101 | 1111 | 1001100 | 111101 | 111111 |
Color Harmonies of #BBDA67
Complementary color
Monochromatic Colors of #BBDA67
Black with #BBDA67
Text Example
Text Example
White with #BBDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA67; }
p { color: rgb(187,218,103); }
H1.HeaderClassName
{
color: #BBDA67;
}
.AnyTagClassName
{
color: #BBDA67;
}
</style>
background-color css
<style>
a { background-color: #BBDA67; }
a { background-color: rgb(187,218,103); }
div.DivClassName
{
background-color: #BBDA67;
}
.BgClassName
{
background-color: #BBDA67;
}
</style>
border-color css
<style>
span { border-color: #BBDA67; }
span { border-color: rgb(187,218,103); }
td.TdClassName
{
border-color: #BBDA67;
}
.TagClassName
{
border-color: #BBDA67;
}
</style>