Shades of Wild Willow #B8C35C
Tints of Wild Willow #B8C35C
RGB
CMYK
RGB Variations
Color information
#B8C35C (or 0xB8C35C) is known color: Wild Willow. HEX triplet: B8, C3 and 5C. RGB value is (184,195,92). Sum of RGB (Red+Green+Blue) = 184+195+92=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C35C is #473CA3. Grayscale: #B4B4B4. Windows color (decimal): -4668580 or 6079416. OLE color: 6079416.
HSL color Cylindrical-coordinate representation of color #B8C35C: hue angle of 66.41º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8C35C is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 92 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.24 |
| HSL | 66.41º | 0.46% | 0.56% | - |
| HSV(B) | 66.41º | 0.53% | 0.76% | - |
| XYZ | 41.21 | 49.99 | 17.6 | - |
| YUV | 179.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 92 | 0.06 | 0 | 0.53 | 0.24 | 66.41 | 0.46 | 0.56 |
| Hex | B8 | C3 | 5C | 6 | 0 | 35 | 18 | 42 | 2E | 38 |
| Octal | 270 | 303 | 134 | 6 | 0 | 65 | 30 | 102 | 56 | 70 |
| Binary | 10111000 | 11000011 | 1011100 | 110 | 0 | 110101 | 11000 | 1000010 | 101110 | 111000 |
Color Harmonies of #B8C35C
Complementary color
Monochromatic Colors of #B8C35C
Black with #B8C35C
Text Example
Text Example
White with #B8C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C35C; }
p { color: rgb(184,195,92); }
H1.HeaderClassName
{
color: #B8C35C;
}
.AnyTagClassName
{
color: #B8C35C;
}
</style>
background-color css
<style>
a { background-color: #B8C35C; }
a { background-color: rgb(184,195,92); }
div.DivClassName
{
background-color: #B8C35C;
}
.BgClassName
{
background-color: #B8C35C;
}
</style>
border-color css
<style>
span { border-color: #B8C35C; }
span { border-color: rgb(184,195,92); }
td.TdClassName
{
border-color: #B8C35C;
}
.TagClassName
{
border-color: #B8C35C;
}
</style>