#B8DF90

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

Shades of Feijoa #B8DF90

Tints of Feijoa #B8DF90

Color information

#B8DF90 (or 0xB8DF90) is unknown color: approx Feijoa. HEX triplet: B8, DF and 90. RGB value is (184,223,144). Sum of RGB (Red+Green+Blue) = 184+223+144=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DF90 is #47206F. Grayscale: #CACACA. Windows color (decimal): -4661360 or 9494456. OLE color: 9494456.

HSL color Cylindrical-coordinate representation of color #B8DF90: hue angle of 89.62º 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 #B8DF90 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB184223144-
CMYK0.1700.350.13
HSL89.62º55.24%71.96%-
HSV(B)89.62º35.43%87.45%-
XYZ51.1964.9836.23-
YUV202.3395.08114.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 144 (56.64% from 255) = 26.13%
R=33.39%
G=40.47%
B=26.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842231440.1700.350.1389.6255.2471.96
HexB8DF9011023D5a3748
Octal270337220210431513267110
Binary101110001101111110010000100010100011110110110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DF90; }

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

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

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

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

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

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

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

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