Shades of Wild Willow #B2CB67
Tints of Wild Willow #B2CB67
RGB
CMYK
RGB Variations
Color information
#B2CB67 (or 0xB2CB67) is known color: Wild Willow. HEX triplet: B2, CB and 67. RGB value is (178,203,103). Sum of RGB (Red+Green+Blue) = 178+203+103=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB67 is #4D3498. Grayscale: #B8B8B8. Windows color (decimal): -5059737 or 6802354. OLE color: 6802354.
HSL color Cylindrical-coordinate representation of color #B2CB67: hue angle of 75º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2CB67 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 103 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.20 |
| HSL | 75º | 0.49% | 0.6% | - |
| HSV(B) | 75º | 0.49% | 0.8% | - |
| XYZ | 42.16 | 53.16 | 20.87 | - |
| YUV | 184.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 103 | 0.12 | 0 | 0.49 | 0.20 | 75 | 0.49 | 0.6 |
| Hex | B2 | CB | 67 | C | 0 | 31 | 14 | 4B | 31 | 3C |
| Octal | 262 | 313 | 147 | 14 | 0 | 61 | 24 | 113 | 61 | 74 |
| Binary | 10110010 | 11001011 | 1100111 | 1100 | 0 | 110001 | 10100 | 1001011 | 110001 | 111100 |
Color Harmonies of #B2CB67
Complementary color
Monochromatic Colors of #B2CB67
Black with #B2CB67
Text Example
Text Example
White with #B2CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB67; }
p { color: rgb(178,203,103); }
H1.HeaderClassName
{
color: #B2CB67;
}
.AnyTagClassName
{
color: #B2CB67;
}
</style>
background-color css
<style>
a { background-color: #B2CB67; }
a { background-color: rgb(178,203,103); }
div.DivClassName
{
background-color: #B2CB67;
}
.BgClassName
{
background-color: #B2CB67;
}
</style>
border-color css
<style>
span { border-color: #B2CB67; }
span { border-color: rgb(178,203,103); }
td.TdClassName
{
border-color: #B2CB67;
}
.TagClassName
{
border-color: #B2CB67;
}
</style>