#B0E990

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

Shades of Feijoa #B0E990

Tints of Feijoa #B0E990

Color information

#B0E990 (or 0xB0E990) is unknown color: approx Feijoa. HEX triplet: B0, E9 and 90. RGB value is (176,233,144). Sum of RGB (Red+Green+Blue) = 176+233+144=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E990 is #4F166F. Grayscale: #CECECE. Windows color (decimal): -5183088 or 9497008. OLE color: 9497008.

HSL color Cylindrical-coordinate representation of color #B0E990: hue angle of 98.43º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0E990 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB176233144-
CMYK0.2400.380.09
HSL98.43º66.92%73.92%-
HSV(B)98.43º38.2%91.37%-
XYZ52.0869.5237.06-
YUV205.8193.12106.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=31.83%
G=42.13%
B=26.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762331440.2400.380.0998.4366.9273.92
HexB0E99018026962434a
Octal2603512203004611142103112
Binary1011000011101001100100001100001001101001110001010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E990; }

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

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

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

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

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

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

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

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