#B0D689

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

Shades of Feijoa #B0D689

Tints of Feijoa #B0D689

Color information

#B0D689 (or 0xB0D689) is unknown color: approx Feijoa. HEX triplet: B0, D6 and 89. RGB value is (176,214,137). Sum of RGB (Red+Green+Blue) = 176+214+137=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D689 is #4F2976. Grayscale: #C2C2C2. Windows color (decimal): -5187959 or 9033392. OLE color: 9033392.

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

Color convert

RGB176214137-
CMYK0.1800.360.16
HSL89.61º48.43%68.82%-
HSV(B)89.61º35.98%83.92%-
XYZ46.4759.1332.63-
YUV193.8695.91115.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 137 (53.91% from 255) = 26.00%
R=33.40%
G=40.61%
B=26.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141370.1800.360.1689.6148.4368.82
HexB0D68912024105a3045
Octal260326211220442013260105
Binary1011000011010110100010011001001001001000010110101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D689; }

 p { color: rgb(176,214,137); }

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

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

 a { background-color: rgb(176,214,137); }

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

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

 span { border-color: rgb(176,214,137); }

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