#B6DD90

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

Shades of Feijoa #B6DD90

Tints of Feijoa #B6DD90

Color information

#B6DD90 (or 0xB6DD90) is unknown color: approx Feijoa. HEX triplet: B6, DD and 90. RGB value is (182,221,144). Sum of RGB (Red+Green+Blue) = 182+221+144=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DD90 is #49226F. Grayscale: #C8C8C8. Windows color (decimal): -4792944 or 9493942. OLE color: 9493942.

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

Color convert

RGB182221144-
CMYK0.1800.350.13
HSL90.39º53.1%71.57%-
HSV(B)90.39º34.84%86.67%-
XYZ50.1863.6736.03-
YUV200.5696.08114.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=33.27%
G=40.40%
B=26.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211440.1800.350.1390.3953.171.57
HexB6DD9012023D5a3548
Octal266335220220431513265110
Binary101101101101110110010000100100100011110110110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DD90; }

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

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

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

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

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

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

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

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