#B2D588

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

Shades of Feijoa #B2D588

Tints of Feijoa #B2D588

Color information

#B2D588 (or 0xB2D588) is unknown color: approx Feijoa. HEX triplet: B2, D5 and 88. RGB value is (178,213,136). Sum of RGB (Red+Green+Blue) = 178+213+136=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D588 is #4D2A77. Grayscale: #C2C2C2. Windows color (decimal): -5057144 or 8967602. OLE color: 8967602.

HSL color Cylindrical-coordinate representation of color #B2D588: hue angle of 87.27º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2D588 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB178213136-
CMYK0.1600.360.16
HSL87.27º47.83%68.43%-
HSV(B)87.27º36.15%83.53%-
XYZ46.658.8332.19-
YUV193.7695.4116.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=33.78%
G=40.42%
B=25.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131360.1600.360.1687.2747.8368.43
HexB2D5881002410573044
Octal262325210200442012760104
Binary1011001011010101100010001000001001001000010101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D588; }

 p { color: rgb(178,213,136); }

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

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

 a { background-color: rgb(178,213,136); }

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

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

 span { border-color: rgb(178,213,136); }

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