#B0DF8E

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

Shades of Feijoa #B0DF8E

Tints of Feijoa #B0DF8E

Color information

#B0DF8E (or 0xB0DF8E) is unknown color: approx Feijoa. HEX triplet: B0, DF and 8E. RGB value is (176,223,142). Sum of RGB (Red+Green+Blue) = 176+223+142=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF8E is #4F2071. Grayscale: #C7C7C7. Windows color (decimal): -5185650 or 9363376. OLE color: 9363376.

HSL color Cylindrical-coordinate representation of color #B0DF8E: hue angle of 94.81º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0DF8E is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB176223142-
CMYK0.2100.360.13
HSL94.81º55.86%71.57%-
HSV(B)94.81º36.32%87.45%-
XYZ49.1763.9635.34-
YUV199.7195.43111.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=32.53%
G=41.22%
B=26.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762231420.2100.360.1394.8155.8671.57
HexB0DF8E15024D5f3848
Octal260337216250441513770110
Binary101100001101111110001110101010100100110110111111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF8E; }

 p { color: rgb(176,223,142); }

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

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

 a { background-color: rgb(176,223,142); }

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

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

 span { border-color: rgb(176,223,142); }

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