#b0d788

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

Shades of Feijoa #B0D788

Tints of Feijoa #B0D788

Color information

#B0D788 (or 0xB0D788) is unknown color: approx Feijoa. HEX triplet: B0, D7 and 88. RGB value is (176,215,136). Sum of RGB (Red+Green+Blue) = 176+215+136=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D788 is #4F2877. Grayscale: #C2C2C2. Windows color (decimal): -5187704 or 8968112. OLE color: 8968112.

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

Color convert

RGB176215136-
CMYK0.1800.370.16
HSL89.62º49.69%68.82%-
HSV(B)89.62º36.74%84.31%-
XYZ46.6559.6132.34-
YUV194.3395.08114.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 215 (84.38% from 255) = 40.80%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=33.40%
G=40.80%
B=25.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151360.1800.370.1689.6249.6968.82
HexB0D78812025105a3245
Octal260327210220452013262105
Binary1011000011010111100010001001001001011000010110101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0d788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0d788; }

 p { color: rgb(176,215,136); }

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

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

 a { background-color: rgb(176,215,136); }

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

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

 span { border-color: rgb(176,215,136); }

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