#B0D28A

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

Shades of Feijoa #B0D28A

Tints of Feijoa #B0D28A

Color information

#B0D28A (or 0xB0D28A) is unknown color: approx Feijoa. HEX triplet: B0, D2 and 8A. RGB value is (176,210,138). Sum of RGB (Red+Green+Blue) = 176+210+138=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D28A is #4F2D75. Grayscale: #BFBFBF. Windows color (decimal): -5188982 or 9097904. OLE color: 9097904.

HSL color Cylindrical-coordinate representation of color #B0D28A: hue angle of 88.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0D28A is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB176210138-
CMYK0.1600.340.18
HSL88.33º44.44%68.24%-
HSV(B)88.33º34.29%82.35%-
XYZ45.5457.1632.68-
YUV191.6397.74116.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=33.59%
G=40.08%
B=26.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101380.1600.340.1888.3344.4468.24
HexB0D28A1002212582c44
Octal260322212200422213054104
Binary1011000011010010100010101000001000101001010110001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D28A; }

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

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

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

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

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

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

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

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