#B4DB7E

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

Shades of Feijoa #B4DB7E

Tints of Feijoa #B4DB7E

Color information

#B4DB7E (or 0xB4DB7E) is unknown color: approx Feijoa. HEX triplet: B4, DB and 7E. RGB value is (180,219,126). Sum of RGB (Red+Green+Blue) = 180+219+126=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB7E is #4B2481. Grayscale: #C5C5C5. Windows color (decimal): -4924546 or 8313780. OLE color: 8313780.

HSL color Cylindrical-coordinate representation of color #B4DB7E: hue angle of 85.16º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4DB7E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB180219126-
CMYK0.1800.420.14
HSL85.16º56.36%67.65%-
HSV(B)85.16º42.47%85.88%-
XYZ47.9261.8729.16-
YUV196.7488.08116.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 126 (49.61% from 255) = 24%
R=34.29%
G=41.71%
B=24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802191260.1800.420.1485.1656.3667.65
HexB4DB7E1202AE553844
Octal264333176220521612570104
Binary10110100110110111111110100100101010111010101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DB7E; }

 p { color: rgb(180,219,126); }

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

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

 a { background-color: rgb(180,219,126); }

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

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

 span { border-color: rgb(180,219,126); }

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