Shades of Feijoa #B0DA84
Tints of Feijoa #B0DA84
RGB
CMYK
RGB Variations
Color information
#B0DA84 (or 0xB0DA84) is known color: Feijoa. HEX triplet: B0, DA and 84. RGB value is (176,218,132). Sum of RGB (Red+Green+Blue) = 176+218+132=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA84 is #4F257B. Grayscale: #C3C3C3. Windows color (decimal): -5186940 or 8706736. OLE color: 8706736.
HSL color Cylindrical-coordinate representation of color #B0DA84: hue angle of 89.3º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0DA84 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 132 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.15 |
| HSL | 89.3º | 0.54% | 0.69% | - |
| HSV(B) | 89.3º | 0.39% | 0.85% | - |
| XYZ | 47.14 | 61.04 | 31.13 | - |
| YUV | 195.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 132 | 0.19 | 0 | 0.39 | 0.15 | 89.3 | 0.54 | 0.69 |
| Hex | B0 | DA | 84 | 13 | 0 | 27 | F | 59 | 36 | 45 |
| Octal | 260 | 332 | 204 | 23 | 0 | 47 | 17 | 131 | 66 | 105 |
| Binary | 10110000 | 11011010 | 10000100 | 10011 | 0 | 100111 | 1111 | 1011001 | 110110 | 1000101 |
Color Harmonies of #B0DA84
Complementary color
Monochromatic Colors of #B0DA84
Black with #B0DA84
Text Example
Text Example
White with #B0DA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA84; }
p { color: rgb(176,218,132); }
H1.HeaderClassName
{
color: #B0DA84;
}
.AnyTagClassName
{
color: #B0DA84;
}
</style>
background-color css
<style>
a { background-color: #B0DA84; }
a { background-color: rgb(176,218,132); }
div.DivClassName
{
background-color: #B0DA84;
}
.BgClassName
{
background-color: #B0DA84;
}
</style>
border-color css
<style>
span { border-color: #B0DA84; }
span { border-color: rgb(176,218,132); }
td.TdClassName
{
border-color: #B0DA84;
}
.TagClassName
{
border-color: #B0DA84;
}
</style>