#B2DB97

Color #B2DB97 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B2DB97

Tints of Feijoa #B2DB97

Color information

#B2DB97 (or 0xB2DB97) is unknown color: approx Feijoa. HEX triplet: B2, DB and 97. RGB value is (178,219,151). Sum of RGB (Red+Green+Blue) = 178+219+151=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB97 is #4D2468. Grayscale: #C7C7C7. Windows color (decimal): -5055593 or 9952178. OLE color: 9952178.

HSL color Cylindrical-coordinate representation of color #B2DB97: hue angle of 96.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2DB97 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB178219151-
CMYK0.1900.310.14
HSL96.18º48.57%72.55%-
HSV(B)96.18º31.05%85.88%-
XYZ49.2862.3638.72-
YUV198.99100.92113.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=32.48%
G=39.96%
B=27.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191510.1900.310.1496.1848.5772.55
HexB2DB971301FE603149
Octal262333227230371614061111
Binary10110010110110111001011110011011111111011000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB97; }

 p { color: rgb(178,219,151); }

 H1.HeaderClassName
 {
   color: #B2DB97;
 }
 .AnyTagClassName
 {
   color: #B2DB97;
 }
</style>
background-color css

<style>
 a { background-color: #B2DB97; }

 a { background-color: rgb(178,219,151); }

 div.DivClassName
 {
   background-color: #B2DB97;
 }
 .BgClassName
 {
   background-color: #B2DB97;
 }
</style>
border-color css

<style>
 span { border-color: #B2DB97; }

 span { border-color: rgb(178,219,151); }

 td.TdClassName
 {
   border-color: #B2DB97;
 }
 .TagClassName
 {
   border-color: #B2DB97;
 }
</style>