#B5DA8C

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

Shades of Feijoa #B5DA8C

Tints of Feijoa #B5DA8C

Color information

#B5DA8C (or 0xB5DA8C) is unknown color: approx Feijoa. HEX triplet: B5, DA and 8C. RGB value is (181,218,140). Sum of RGB (Red+Green+Blue) = 181+218+140=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DA8C is #4A2573. Grayscale: #C6C6C6. Windows color (decimal): -4859252 or 9231029. OLE color: 9231029.

HSL color Cylindrical-coordinate representation of color #B5DA8C: hue angle of 88.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5DA8C is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB181218140-
CMYK0.1700.360.15
HSL88.46º51.32%70.2%-
HSV(B)88.46º35.78%85.49%-
XYZ48.8661.8634.18-
YUV198.0495.24115.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=33.58%
G=40.45%
B=25.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181400.1700.360.1588.4651.3270.2
HexB5DA8C11024F583346
Octal265332214210441713063106
Binary101101011101101010001100100010100100111110110001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA8C; }

 p { color: rgb(181,218,140); }

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

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

 a { background-color: rgb(181,218,140); }

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

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

 span { border-color: rgb(181,218,140); }

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