Shades of Wild Willow #B6CF6A
Tints of Wild Willow #B6CF6A
RGB
CMYK
RGB Variations
Color information
#B6CF6A (or 0xB6CF6A) is known color: Wild Willow. HEX triplet: B6, CF and 6A. RGB value is (182,207,106). Sum of RGB (Red+Green+Blue) = 182+207+106=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CF6A is #493095. Grayscale: #BCBCBC. Windows color (decimal): -4796566 or 6999990. OLE color: 6999990.
HSL color Cylindrical-coordinate representation of color #B6CF6A: hue angle of 74.85º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6CF6A is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 106 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.19 |
| HSL | 74.85º | 0.51% | 0.61% | - |
| HSV(B) | 74.85º | 0.49% | 0.81% | - |
| XYZ | 44.21 | 55.61 | 22.04 | - |
| YUV | 188.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 106 | 0.12 | 0 | 0.49 | 0.19 | 74.85 | 0.51 | 0.61 |
| Hex | B6 | CF | 6A | C | 0 | 31 | 13 | 4B | 33 | 3D |
| Octal | 266 | 317 | 152 | 14 | 0 | 61 | 23 | 113 | 63 | 75 |
| Binary | 10110110 | 11001111 | 1101010 | 1100 | 0 | 110001 | 10011 | 1001011 | 110011 | 111101 |
Color Harmonies of #B6CF6A
Complementary color
Monochromatic Colors of #B6CF6A
Black with #B6CF6A
Text Example
Text Example
White with #B6CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CF6A; }
p { color: rgb(182,207,106); }
H1.HeaderClassName
{
color: #B6CF6A;
}
.AnyTagClassName
{
color: #B6CF6A;
}
</style>
background-color css
<style>
a { background-color: #B6CF6A; }
a { background-color: rgb(182,207,106); }
div.DivClassName
{
background-color: #B6CF6A;
}
.BgClassName
{
background-color: #B6CF6A;
}
</style>
border-color css
<style>
span { border-color: #B6CF6A; }
span { border-color: rgb(182,207,106); }
td.TdClassName
{
border-color: #B6CF6A;
}
.TagClassName
{
border-color: #B6CF6A;
}
</style>