#B2D68F

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

Shades of Feijoa #B2D68F

Tints of Feijoa #B2D68F

Color information

#B2D68F (or 0xB2D68F) is unknown color: approx Feijoa. HEX triplet: B2, D6 and 8F. RGB value is (178,214,143). Sum of RGB (Red+Green+Blue) = 178+214+143=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D68F is #4D2970. Grayscale: #C3C3C3. Windows color (decimal): -5056881 or 9426610. OLE color: 9426610.

HSL color Cylindrical-coordinate representation of color #B2D68F: hue angle of 90.42º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D68F is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB178214143-
CMYK0.1700.330.16
HSL90.42º46.41%70%-
HSV(B)90.42º33.18%83.92%-
XYZ47.3659.5434.98-
YUV195.1498.57115.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=33.27%
G=40%
B=26.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782141430.1700.330.1690.4246.4170
HexB2D68F11021105a2e46
Octal262326217210412013256106
Binary1011001011010110100011111000101000011000010110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D68F; }

 p { color: rgb(178,214,143); }

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

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

 a { background-color: rgb(178,214,143); }

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

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

 span { border-color: rgb(178,214,143); }

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