#B2E17C

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

Shades of Feijoa #B2E17C

Tints of Feijoa #B2E17C

Color information

#B2E17C (or 0xB2E17C) is unknown color: approx Feijoa. HEX triplet: B2, E1 and 7C. RGB value is (178,225,124). Sum of RGB (Red+Green+Blue) = 178+225+124=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E17C is #4D1E83. Grayscale: #C7C7C7. Windows color (decimal): -5054084 or 8184242. OLE color: 8184242.

HSL color Cylindrical-coordinate representation of color #B2E17C: hue angle of 87.92º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2E17C is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB178225124-
CMYK0.2100.450.12
HSL87.92º62.73%68.43%-
HSV(B)87.92º44.89%88.24%-
XYZ48.9264.7728.99-
YUV199.4385.43112.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 225 (88.28% from 255) = 42.69%
BLUE value IS 124 (48.83% from 255) = 23.53%
R=33.78%
G=42.69%
B=23.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782251240.2100.450.1287.9262.7368.43
HexB2E17C1502DC583f44
Octal262341174250551413077104
Binary10110010111000011111100101010101101110010110001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E17C; }

 p { color: rgb(178,225,124); }

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

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

 a { background-color: rgb(178,225,124); }

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

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

 span { border-color: rgb(178,225,124); }

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