Shades of Wild Willow #B2CD68
Tints of Wild Willow #B2CD68
RGB
CMYK
RGB Variations
Color information
#B2CD68 (or 0xB2CD68) is known color: Wild Willow. HEX triplet: B2, CD and 68. RGB value is (178,205,104). Sum of RGB (Red+Green+Blue) = 178+205+104=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD68 is #4D3297. Grayscale: #B9B9B9. Windows color (decimal): -5059224 or 6868402. OLE color: 6868402.
HSL color Cylindrical-coordinate representation of color #B2CD68: hue angle of 76.04º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2CD68 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 104 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.20 |
| HSL | 76.04º | 0.5% | 0.61% | - |
| HSV(B) | 76.04º | 0.49% | 0.8% | - |
| XYZ | 42.69 | 54.13 | 21.29 | - |
| YUV | 185.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 104 | 0.13 | 0 | 0.49 | 0.20 | 76.04 | 0.5 | 0.61 |
| Hex | B2 | CD | 68 | D | 0 | 31 | 14 | 4C | 32 | 3D |
| Octal | 262 | 315 | 150 | 15 | 0 | 61 | 24 | 114 | 62 | 75 |
| Binary | 10110010 | 11001101 | 1101000 | 1101 | 0 | 110001 | 10100 | 1001100 | 110010 | 111101 |
Color Harmonies of #B2CD68
Complementary color
Monochromatic Colors of #B2CD68
Black with #B2CD68
Text Example
Text Example
White with #B2CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CD68; }
p { color: rgb(178,205,104); }
H1.HeaderClassName
{
color: #B2CD68;
}
.AnyTagClassName
{
color: #B2CD68;
}
</style>
background-color css
<style>
a { background-color: #B2CD68; }
a { background-color: rgb(178,205,104); }
div.DivClassName
{
background-color: #B2CD68;
}
.BgClassName
{
background-color: #B2CD68;
}
</style>
border-color css
<style>
span { border-color: #B2CD68; }
span { border-color: rgb(178,205,104); }
td.TdClassName
{
border-color: #B2CD68;
}
.TagClassName
{
border-color: #B2CD68;
}
</style>