#B3DD90

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

Shades of Feijoa #B3DD90

Tints of Feijoa #B3DD90

Color information

#B3DD90 (or 0xB3DD90) is unknown color: approx Feijoa. HEX triplet: B3, DD and 90. RGB value is (179,221,144). Sum of RGB (Red+Green+Blue) = 179+221+144=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DD90 is #4C226F. Grayscale: #C7C7C7. Windows color (decimal): -4989552 or 9493939. OLE color: 9493939.

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

Color convert

RGB179221144-
CMYK0.1900.350.13
HSL92.73º53.1%71.57%-
HSV(B)92.73º34.84%86.67%-
XYZ49.4863.3136-
YUV199.6696.59113.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 144 (56.64% from 255) = 26.47%
R=32.90%
G=40.62%
B=26.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211440.1900.350.1392.7353.171.57
HexB3DD9013023D5d3548
Octal263335220230431513565110
Binary101100111101110110010000100110100011110110111011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD90; }

 p { color: rgb(179,221,144); }

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

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

 a { background-color: rgb(179,221,144); }

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

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

 span { border-color: rgb(179,221,144); }

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