#B2DC7A

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

Shades of Feijoa #B2DC7A

Tints of Feijoa #B2DC7A

Color information

#B2DC7A (or 0xB2DC7A) is unknown color: approx Feijoa. HEX triplet: B2, DC and 7A. RGB value is (178,220,122). Sum of RGB (Red+Green+Blue) = 178+220+122=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC7A is #4D2385. Grayscale: #C4C4C4. Windows color (decimal): -5055366 or 8051890. OLE color: 8051890.

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

Color convert

RGB178220122-
CMYK0.1900.450.14
HSL85.71º58.33%67.06%-
HSV(B)85.71º44.55%86.27%-
XYZ47.4762.0627.89-
YUV196.2786.09114.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 122 (48.05% from 255) = 23.46%
R=34.23%
G=42.31%
B=23.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201220.1900.450.1485.7158.3367.06
HexB2DC7A1302DE563a43
Octal262334172230551612672103
Binary10110010110111001111010100110101101111010101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DC7A; }

 p { color: rgb(178,220,122); }

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

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

 a { background-color: rgb(178,220,122); }

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

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

 span { border-color: rgb(178,220,122); }

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