#B4D68A

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

Shades of Feijoa #B4D68A

Tints of Feijoa #B4D68A

Color information

#B4D68A (or 0xB4D68A) is unknown color: approx Feijoa. HEX triplet: B4, D6 and 8A. RGB value is (180,214,138). Sum of RGB (Red+Green+Blue) = 180+214+138=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D68A is #4B2975. Grayscale: #C3C3C3. Windows color (decimal): -4925814 or 9098932. OLE color: 9098932.

HSL color Cylindrical-coordinate representation of color #B4D68A: hue angle of 86.84º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4D68A is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB180214138-
CMYK0.1600.360.16
HSL86.84º48.1%69.02%-
HSV(B)86.84º35.51%83.92%-
XYZ47.4659.6333.05-
YUV195.1795.74117.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=33.83%
G=40.23%
B=25.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802141380.1600.360.1686.8448.169.02
HexB4D68A1002410573045
Octal264326212200442012760105
Binary1011010011010110100010101000001001001000010101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D68A; }

 p { color: rgb(180,214,138); }

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

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

 a { background-color: rgb(180,214,138); }

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

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

 span { border-color: rgb(180,214,138); }

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