#b3d88c

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

Shades of Feijoa #B3D88C

Tints of Feijoa #B3D88C

Color information

#B3D88C (or 0xB3D88C) is unknown color: approx Feijoa. HEX triplet: B3, D8 and 8C. RGB value is (179,216,140). Sum of RGB (Red+Green+Blue) = 179+216+140=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D88C is #4C2773. Grayscale: #C4C4C4. Windows color (decimal): -4990836 or 9230515. OLE color: 9230515.

HSL color Cylindrical-coordinate representation of color #B3D88C: hue angle of 89.21º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3D88C is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB179216140-
CMYK0.1700.350.15
HSL89.21º49.35%69.8%-
HSV(B)89.21º35.19%84.71%-
XYZ47.8860.5933.98-
YUV196.2796.24115.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=33.46%
G=40.37%
B=26.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792161400.1700.350.1589.2149.3569.8
HexB3D88C11023F593146
Octal263330214210431713161106
Binary101100111101100010001100100010100011111110110011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3d88c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3d88c; }

 p { color: rgb(179,216,140); }

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

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

 a { background-color: rgb(179,216,140); }

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

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

 span { border-color: rgb(179,216,140); }

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