#B3D68F

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

Shades of Feijoa #B3D68F

Tints of Feijoa #B3D68F

Color information

#B3D68F (or 0xB3D68F) is unknown color: approx Feijoa. HEX triplet: B3, D6 and 8F. RGB value is (179,214,143). Sum of RGB (Red+Green+Blue) = 179+214+143=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D68F is #4C2970. Grayscale: #C3C3C3. Windows color (decimal): -4991345 or 9426611. OLE color: 9426611.

HSL color Cylindrical-coordinate representation of color #B3D68F: hue angle of 89.58º 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 #B3D68F is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB179214143-
CMYK0.1600.330.16
HSL89.58º46.41%70%-
HSV(B)89.58º33.18%83.92%-
XYZ47.5959.6634.99-
YUV195.4498.4116.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=33.40%
G=39.93%
B=26.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792141430.1600.330.1689.5846.4170
HexB3D68F10021105a2e46
Octal263326217200412013256106
Binary1011001111010110100011111000001000011000010110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D68F; }

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

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

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

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

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

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

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

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