#B4DF8B

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

Shades of Feijoa #B4DF8B

Tints of Feijoa #B4DF8B

Color information

#B4DF8B (or 0xB4DF8B) is unknown color: approx Feijoa. HEX triplet: B4, DF and 8B. RGB value is (180,223,139). Sum of RGB (Red+Green+Blue) = 180+223+139=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DF8B is #4B2074. Grayscale: #C8C8C8. Windows color (decimal): -4923509 or 9166772. OLE color: 9166772.

HSL color Cylindrical-coordinate representation of color #B4DF8B: hue angle of 90.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4DF8B is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB180223139-
CMYK0.1900.380.13
HSL90.71º56.76%70.98%-
HSV(B)90.71º37.67%87.45%-
XYZ49.8764.3434.22-
YUV200.5793.25113.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 223 (87.5% from 255) = 41.14%
BLUE value IS 139 (54.69% from 255) = 25.65%
R=33.21%
G=41.14%
B=25.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802231390.1900.380.1390.7156.7670.98
HexB4DF8B13026D5b3947
Octal264337213230461513371107
Binary101101001101111110001011100110100110110110110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DF8B; }

 p { color: rgb(180,223,139); }

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

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

 a { background-color: rgb(180,223,139); }

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

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

 span { border-color: rgb(180,223,139); }

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