#B2D58A

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

Shades of Feijoa #B2D58A

Tints of Feijoa #B2D58A

Color information

#B2D58A (or 0xB2D58A) is unknown color: approx Feijoa. HEX triplet: B2, D5 and 8A. RGB value is (178,213,138). Sum of RGB (Red+Green+Blue) = 178+213+138=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D58A is #4D2A75. Grayscale: #C2C2C2. Windows color (decimal): -5057142 or 9098674. OLE color: 9098674.

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

Color convert

RGB178213138-
CMYK0.1600.350.16
HSL88º47.17%68.82%-
HSV(B)88º35.21%83.53%-
XYZ46.7458.8932.95-
YUV193.9896.4116.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=33.65%
G=40.26%
B=26.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131380.1600.350.168847.1768.82
HexB2D58A1002310582f45
Octal262325212200432013057105
Binary1011001011010101100010101000001000111000010110001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D58A; }

 p { color: rgb(178,213,138); }

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

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

 a { background-color: rgb(178,213,138); }

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

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

 span { border-color: rgb(178,213,138); }

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