Shades of Feijoa #B2DC92
Tints of Feijoa #B2DC92
RGB
CMYK
RGB Variations
Color information
#B2DC92 (or 0xB2DC92) is known color: Feijoa. HEX triplet: B2, DC and 92. RGB value is (178,220,146). Sum of RGB (Red+Green+Blue) = 178+220+146=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC92 is #4D236D. Grayscale: #C7C7C7. Windows color (decimal): -5055342 or 9624754. OLE color: 9624754.
HSL color Cylindrical-coordinate representation of color #B2DC92: hue angle of 94.05º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2DC92 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 146 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.14 |
| HSL | 94.05º | 0.51% | 0.72% | - |
| HSV(B) | 94.05º | 0.34% | 0.86% | - |
| XYZ | 49.14 | 62.73 | 36.71 | - |
| YUV | 199.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 146 | 0.19 | 0 | 0.34 | 0.14 | 94.05 | 0.51 | 0.72 |
| Hex | B2 | DC | 92 | 13 | 0 | 22 | E | 5E | 33 | 48 |
| Octal | 262 | 334 | 222 | 23 | 0 | 42 | 16 | 136 | 63 | 110 |
| Binary | 10110010 | 11011100 | 10010010 | 10011 | 0 | 100010 | 1110 | 1011110 | 110011 | 1001000 |
Color Harmonies of #B2DC92
Complementary color
Monochromatic Colors of #B2DC92
Black with #B2DC92
Text Example
Text Example
White with #B2DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC92; }
p { color: rgb(178,220,146); }
H1.HeaderClassName
{
color: #B2DC92;
}
.AnyTagClassName
{
color: #B2DC92;
}
</style>
background-color css
<style>
a { background-color: #B2DC92; }
a { background-color: rgb(178,220,146); }
div.DivClassName
{
background-color: #B2DC92;
}
.BgClassName
{
background-color: #B2DC92;
}
</style>
border-color css
<style>
span { border-color: #B2DC92; }
span { border-color: rgb(178,220,146); }
td.TdClassName
{
border-color: #B2DC92;
}
.TagClassName
{
border-color: #B2DC92;
}
</style>