#B4D98B

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

Shades of Feijoa #B4D98B

Tints of Feijoa #B4D98B

Color information

#B4D98B (or 0xB4D98B) is unknown color: approx Feijoa. HEX triplet: B4, D9 and 8B. RGB value is (180,217,139). Sum of RGB (Red+Green+Blue) = 180+217+139=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D98B is #4B2674. Grayscale: #C5C5C5. Windows color (decimal): -4925045 or 9165236. OLE color: 9165236.

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

Color convert

RGB180217139-
CMYK0.1700.360.15
HSL88.46º50.65%69.8%-
HSV(B)88.46º35.94%85.1%-
XYZ48.361.1933.69-
YUV197.0495.24115.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=33.58%
G=40.49%
B=25.93%

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
Decimal1802171390.1700.360.1588.4650.6569.8
HexB4D98B11024F583346
Octal264331213210441713063106
Binary101101001101100110001011100010100100111110110001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D98B; }

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

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

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

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

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

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

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

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