Shades of Wild Willow #B2CE64
Tints of Wild Willow #B2CE64
RGB
CMYK
RGB Variations
Color information
#B2CE64 (or 0xB2CE64) is known color: Wild Willow. HEX triplet: B2, CE and 64. RGB value is (178,206,100). Sum of RGB (Red+Green+Blue) = 178+206+100=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE64 is #4D319B. Grayscale: #B9B9B9. Windows color (decimal): -5058972 or 6606514. OLE color: 6606514.
HSL color Cylindrical-coordinate representation of color #B2CE64: hue angle of 75.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2CE64 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 100 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.19 |
| HSL | 75.85º | 0.52% | 0.6% | - |
| HSV(B) | 75.85º | 0.51% | 0.81% | - |
| XYZ | 42.73 | 54.53 | 20.33 | - |
| YUV | 185.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 100 | 0.14 | 0 | 0.51 | 0.19 | 75.85 | 0.52 | 0.6 |
| Hex | B2 | CE | 64 | E | 0 | 33 | 13 | 4C | 34 | 3C |
| Octal | 262 | 316 | 144 | 16 | 0 | 63 | 23 | 114 | 64 | 74 |
| Binary | 10110010 | 11001110 | 1100100 | 1110 | 0 | 110011 | 10011 | 1001100 | 110100 | 111100 |
Color Harmonies of #B2CE64
Complementary color
Monochromatic Colors of #B2CE64
Black with #B2CE64
Text Example
Text Example
White with #B2CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE64; }
p { color: rgb(178,206,100); }
H1.HeaderClassName
{
color: #B2CE64;
}
.AnyTagClassName
{
color: #B2CE64;
}
</style>
background-color css
<style>
a { background-color: #B2CE64; }
a { background-color: rgb(178,206,100); }
div.DivClassName
{
background-color: #B2CE64;
}
.BgClassName
{
background-color: #B2CE64;
}
</style>
border-color css
<style>
span { border-color: #B2CE64; }
span { border-color: rgb(178,206,100); }
td.TdClassName
{
border-color: #B2CE64;
}
.TagClassName
{
border-color: #B2CE64;
}
</style>