#B5E08A

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

Shades of Feijoa #B5E08A

Tints of Feijoa #B5E08A

Color information

#B5E08A (or 0xB5E08A) is unknown color: approx Feijoa. HEX triplet: B5, E0 and 8A. RGB value is (181,224,138). Sum of RGB (Red+Green+Blue) = 181+224+138=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E08A is #4A1F75. Grayscale: #C9C9C9. Windows color (decimal): -4857718 or 9101493. OLE color: 9101493.

HSL color Cylindrical-coordinate representation of color #B5E08A: hue angle of 90º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5E08A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB181224138-
CMYK0.1900.380.12
HSL90º58.11%70.98%-
HSV(B)90º38.39%87.84%-
XYZ50.364.9733.93-
YUV201.3492.25113.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=33.33%
G=41.25%
B=25.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241380.1900.380.129058.1170.98
HexB5E08A13026C5a3a47
Octal265340212230461413272107
Binary101101011110000010001010100110100110110010110101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E08A; }

 p { color: rgb(181,224,138); }

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

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

 a { background-color: rgb(181,224,138); }

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

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

 span { border-color: rgb(181,224,138); }

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