#B2DB7E

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

Shades of Feijoa #B2DB7E

Tints of Feijoa #B2DB7E

Color information

#B2DB7E (or 0xB2DB7E) is unknown color: approx Feijoa. HEX triplet: B2, DB and 7E. RGB value is (178,219,126). Sum of RGB (Red+Green+Blue) = 178+219+126=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB7E is #4D2481. Grayscale: #C4C4C4. Windows color (decimal): -5055618 or 8313778. OLE color: 8313778.

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

Color convert

RGB178219126-
CMYK0.1900.420.14
HSL86.45º56.36%67.65%-
HSV(B)86.45º42.47%85.88%-
XYZ47.4661.6329.13-
YUV196.1488.42115.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 126 (49.61% from 255) = 24.09%
R=34.03%
G=41.87%
B=24.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191260.1900.420.1486.4556.3667.65
HexB2DB7E1302AE563844
Octal262333176230521612670104
Binary10110010110110111111110100110101010111010101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB7E; }

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

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

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

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

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

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

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

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