#B4D98A

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

Shades of Feijoa #B4D98A

Tints of Feijoa #B4D98A

Color information

#B4D98A (or 0xB4D98A) is unknown color: approx Feijoa. HEX triplet: B4, D9 and 8A. RGB value is (180,217,138). Sum of RGB (Red+Green+Blue) = 180+217+138=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D98A is #4B2675. Grayscale: #C5C5C5. Windows color (decimal): -4925046 or 9099700. OLE color: 9099700.

HSL color Cylindrical-coordinate representation of color #B4D98A: hue angle of 88.1º 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 #B4D98A is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB180217138-
CMYK0.1700.360.15
HSL88.1º50.97%69.61%-
HSV(B)88.1º36.41%85.1%-
XYZ48.2261.1633.31-
YUV196.9394.74115.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=33.64%
G=40.56%
B=25.79%

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
Decimal1802171380.1700.360.1588.150.9769.61
HexB4D98A11024F583346
Octal264331212210441713063106
Binary101101001101100110001010100010100100111110110001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D98A; }

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

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

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

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

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

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

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

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