#B0D68F

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

Shades of Feijoa #B0D68F

Tints of Feijoa #B0D68F

Color information

#B0D68F (or 0xB0D68F) is unknown color: approx Feijoa. HEX triplet: B0, D6 and 8F. RGB value is (176,214,143). Sum of RGB (Red+Green+Blue) = 176+214+143=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D68F is #4F2970. Grayscale: #C2C2C2. Windows color (decimal): -5187953 or 9426608. OLE color: 9426608.

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

Color convert

RGB176214143-
CMYK0.1800.330.16
HSL92.11º46.41%70%-
HSV(B)92.11º33.18%83.92%-
XYZ46.9159.3134.96-
YUV194.5498.91114.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=33.02%
G=40.15%
B=26.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141430.1800.330.1692.1146.4170
HexB0D68F12021105c2e46
Octal260326217220412013456106
Binary1011000011010110100011111001001000011000010111001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D68F; }

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

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

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

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

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

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

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

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