#B2DC95

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

Shades of Feijoa #B2DC95

Tints of Feijoa #B2DC95

Color information

#B2DC95 (or 0xB2DC95) is unknown color: approx Feijoa. HEX triplet: B2, DC and 95. RGB value is (178,220,149). Sum of RGB (Red+Green+Blue) = 178+220+149=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC95 is #4D236A. Grayscale: #C7C7C7. Windows color (decimal): -5055339 or 9821362. OLE color: 9821362.

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

Color convert

RGB178220149-
CMYK0.1900.320.14
HSL95.49º50.35%72.35%-
HSV(B)95.49º32.27%86.27%-
XYZ49.3862.8237.96-
YUV199.3599.59112.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=32.54%
G=40.22%
B=27.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201490.1900.320.1495.4950.3572.35
HexB2DC9513020E5f3248
Octal262334225230401613762110
Binary101100101101110010010101100110100000111010111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DC95; }

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

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

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

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

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

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

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

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