#B0DF90

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

Shades of Feijoa #B0DF90

Tints of Feijoa #B0DF90

Color information

#B0DF90 (or 0xB0DF90) is unknown color: approx Feijoa. HEX triplet: B0, DF and 90. RGB value is (176,223,144). Sum of RGB (Red+Green+Blue) = 176+223+144=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF90 is #4F206F. Grayscale: #C8C8C8. Windows color (decimal): -5185648 or 9494448. OLE color: 9494448.

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

Color convert

RGB176223144-
CMYK0.2100.350.13
HSL95.7º55.24%71.96%-
HSV(B)95.7º35.43%87.45%-
XYZ49.3364.0236.14-
YUV199.9496.43110.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 223 (87.5% from 255) = 41.07%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=32.41%
G=41.07%
B=26.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762231440.2100.350.1395.755.2471.96
HexB0DF9015023D603748
Octal260337220250431514067110
Binary101100001101111110010000101010100011110111000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF90; }

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

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

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

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

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

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

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

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