#B0D38A

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

Shades of Feijoa #B0D38A

Tints of Feijoa #B0D38A

Color information

#B0D38A (or 0xB0D38A) is unknown color: approx Feijoa. HEX triplet: B0, D3 and 8A. RGB value is (176,211,138). Sum of RGB (Red+Green+Blue) = 176+211+138=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D38A is #4F2C75. Grayscale: #C0C0C0. Windows color (decimal): -5188726 or 9098160. OLE color: 9098160.

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

Color convert

RGB176211138-
CMYK0.1700.350.17
HSL88.77º45.34%68.43%-
HSV(B)88.77º34.6%82.75%-
XYZ45.7957.6532.76-
YUV192.2197.4116.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 211 (82.81% from 255) = 40.19%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=33.52%
G=40.19%
B=26.29%

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
Decimal1762111380.1700.350.1788.7745.3468.43
HexB0D38A1102311592d44
Octal260323212210432113155104
Binary1011000011010011100010101000101000111000110110011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D38A; }

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

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

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

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

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

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

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

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