Shades of Feijoa #B0CF8A
Tints of Feijoa #B0CF8A
RGB
CMYK
RGB Variations
Color information
#B0CF8A (or 0xB0CF8A) is known color: Feijoa. HEX triplet: B0, CF and 8A. RGB value is (176,207,138). Sum of RGB (Red+Green+Blue) = 176+207+138=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CF8A is #4F3075. Grayscale: #BEBEBE. Windows color (decimal): -5189750 or 9097136. OLE color: 9097136.
HSL color Cylindrical-coordinate representation of color #B0CF8A: hue angle of 86.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0CF8A is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 138 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.19 |
| HSL | 86.96º | 0.42% | 0.68% | - |
| HSV(B) | 86.96º | 0.33% | 0.81% | - |
| XYZ | 44.8 | 55.69 | 32.43 | - |
| YUV | 189.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 138 | 0.15 | 0 | 0.33 | 0.19 | 86.96 | 0.42 | 0.68 |
| Hex | B0 | CF | 8A | F | 0 | 21 | 13 | 57 | 2A | 44 |
| Octal | 260 | 317 | 212 | 17 | 0 | 41 | 23 | 127 | 52 | 104 |
| Binary | 10110000 | 11001111 | 10001010 | 1111 | 0 | 100001 | 10011 | 1010111 | 101010 | 1000100 |
Color Harmonies of #B0CF8A
Complementary color
Monochromatic Colors of #B0CF8A
Black with #B0CF8A
Text Example
Text Example
White with #B0CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF8A; }
p { color: rgb(176,207,138); }
H1.HeaderClassName
{
color: #B0CF8A;
}
.AnyTagClassName
{
color: #B0CF8A;
}
</style>
background-color css
<style>
a { background-color: #B0CF8A; }
a { background-color: rgb(176,207,138); }
div.DivClassName
{
background-color: #B0CF8A;
}
.BgClassName
{
background-color: #B0CF8A;
}
</style>
border-color css
<style>
span { border-color: #B0CF8A; }
span { border-color: rgb(176,207,138); }
td.TdClassName
{
border-color: #B0CF8A;
}
.TagClassName
{
border-color: #B0CF8A;
}
</style>