Shades of Feijoa #B0D58A
Tints of Feijoa #B0D58A
RGB
CMYK
RGB Variations
Color information
#B0D58A (or 0xB0D58A) is known color: Feijoa. HEX triplet: B0, D5 and 8A. RGB value is (176,213,138). Sum of RGB (Red+Green+Blue) = 176+213+138=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D58A is #4F2A75. Grayscale: #C1C1C1. Windows color (decimal): -5188214 or 9098672. OLE color: 9098672.
HSL color Cylindrical-coordinate representation of color #B0D58A: hue angle of 89.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0D58A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 138 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.16 |
| HSL | 89.6º | 0.47% | 0.69% | - |
| HSV(B) | 89.6º | 0.35% | 0.84% | - |
| XYZ | 46.29 | 58.65 | 32.93 | - |
| YUV | 193.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 138 | 0.17 | 0 | 0.35 | 0.16 | 89.6 | 0.47 | 0.69 |
| Hex | B0 | D5 | 8A | 11 | 0 | 23 | 10 | 5A | 2F | 45 |
| Octal | 260 | 325 | 212 | 21 | 0 | 43 | 20 | 132 | 57 | 105 |
| Binary | 10110000 | 11010101 | 10001010 | 10001 | 0 | 100011 | 10000 | 1011010 | 101111 | 1000101 |
Color Harmonies of #B0D58A
Complementary color
Monochromatic Colors of #B0D58A
Black with #B0D58A
Text Example
Text Example
White with #B0D58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D58A; }
p { color: rgb(176,213,138); }
H1.HeaderClassName
{
color: #B0D58A;
}
.AnyTagClassName
{
color: #B0D58A;
}
</style>
background-color css
<style>
a { background-color: #B0D58A; }
a { background-color: rgb(176,213,138); }
div.DivClassName
{
background-color: #B0D58A;
}
.BgClassName
{
background-color: #B0D58A;
}
</style>
border-color css
<style>
span { border-color: #B0D58A; }
span { border-color: rgb(176,213,138); }
td.TdClassName
{
border-color: #B0D58A;
}
.TagClassName
{
border-color: #B0D58A;
}
</style>