Shades of Feijoa #B5D68A
Tints of Feijoa #B5D68A
RGB
CMYK
RGB Variations
Color information
#B5D68A (or 0xB5D68A) is known color: Feijoa. HEX triplet: B5, D6 and 8A. RGB value is (181,214,138). Sum of RGB (Red+Green+Blue) = 181+214+138=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D68A is #4A2975. Grayscale: #C3C3C3. Windows color (decimal): -4860278 or 9098933. OLE color: 9098933.
HSL color Cylindrical-coordinate representation of color #B5D68A: hue angle of 86.05º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5D68A is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 138 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.16 |
| HSL | 86.05º | 0.48% | 0.69% | - |
| HSV(B) | 86.05º | 0.36% | 0.84% | - |
| XYZ | 47.69 | 59.75 | 33.06 | - |
| YUV | 195.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 138 | 0.15 | 0 | 0.36 | 0.16 | 86.05 | 0.48 | 0.69 |
| Hex | B5 | D6 | 8A | F | 0 | 24 | 10 | 56 | 30 | 45 |
| Octal | 265 | 326 | 212 | 17 | 0 | 44 | 20 | 126 | 60 | 105 |
| Binary | 10110101 | 11010110 | 10001010 | 1111 | 0 | 100100 | 10000 | 1010110 | 110000 | 1000101 |
Color Harmonies of #B5D68A
Complementary color
Monochromatic Colors of #B5D68A
Black with #B5D68A
Text Example
Text Example
White with #B5D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D68A; }
p { color: rgb(181,214,138); }
H1.HeaderClassName
{
color: #B5D68A;
}
.AnyTagClassName
{
color: #B5D68A;
}
</style>
background-color css
<style>
a { background-color: #B5D68A; }
a { background-color: rgb(181,214,138); }
div.DivClassName
{
background-color: #B5D68A;
}
.BgClassName
{
background-color: #B5D68A;
}
</style>
border-color css
<style>
span { border-color: #B5D68A; }
span { border-color: rgb(181,214,138); }
td.TdClassName
{
border-color: #B5D68A;
}
.TagClassName
{
border-color: #B5D68A;
}
</style>