#B2D38D

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

Shades of Feijoa #B2D38D

Tints of Feijoa #B2D38D

Color information

#B2D38D (or 0xB2D38D) is unknown color: approx Feijoa. HEX triplet: B2, D3 and 8D. RGB value is (178,211,141). Sum of RGB (Red+Green+Blue) = 178+211+141=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D38D is #4D2C72. Grayscale: #C1C1C1. Windows color (decimal): -5057651 or 9294770. OLE color: 9294770.

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

Color convert

RGB178211141-
CMYK0.1600.330.17
HSL88.29º44.3%69.02%-
HSV(B)88.29º33.18%82.75%-
XYZ46.4657.9833.94-
YUV193.1598.57117.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=33.58%
G=39.81%
B=26.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782111410.1600.330.1788.2944.369.02
HexB2D38D1002111582c45
Octal262323215200412113054105
Binary1011001011010011100011011000001000011000110110001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D38D; }

 p { color: rgb(178,211,141); }

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

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

 a { background-color: rgb(178,211,141); }

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

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

 span { border-color: rgb(178,211,141); }

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