#B0D48A

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

Shades of Feijoa #B0D48A

Tints of Feijoa #B0D48A

Color information

#B0D48A (or 0xB0D48A) is unknown color: approx Feijoa. HEX triplet: B0, D4 and 8A. RGB value is (176,212,138). Sum of RGB (Red+Green+Blue) = 176+212+138=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D48A is #4F2B75. Grayscale: #C1C1C1. Windows color (decimal): -5188470 or 9098416. OLE color: 9098416.

HSL color Cylindrical-coordinate representation of color #B0D48A: hue angle of 89.19º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0D48A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB176212138-
CMYK0.1700.350.17
HSL89.19º46.25%68.63%-
HSV(B)89.19º34.91%83.14%-
XYZ46.0458.1532.84-
YUV192.897.07116.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 212 (83.20% from 255) = 40.30%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=33.46%
G=40.30%
B=26.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762121380.1700.350.1789.1946.2568.63
HexB0D48A1102311592e45
Octal260324212210432113156105
Binary1011000011010100100010101000101000111000110110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D48A; }

 p { color: rgb(176,212,138); }

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

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

 a { background-color: rgb(176,212,138); }

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

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

 span { border-color: rgb(176,212,138); }

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