#B0D687

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

Shades of Feijoa #B0D687

Tints of Feijoa #B0D687

Color information

#B0D687 (or 0xB0D687) is unknown color: approx Feijoa. HEX triplet: B0, D6 and 87. RGB value is (176,214,135). Sum of RGB (Red+Green+Blue) = 176+214+135=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D687 is #4F2978. Grayscale: #C1C1C1. Windows color (decimal): -5187961 or 8902320. OLE color: 8902320.

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

Color convert

RGB176214135-
CMYK0.1800.370.16
HSL88.86º49.07%68.43%-
HSV(B)88.86º36.92%83.92%-
XYZ46.3259.0731.88-
YUV193.6394.91115.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=33.52%
G=40.76%
B=25.71%

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
Decimal1762141350.1800.370.1688.8649.0768.43
HexB0D6871202510593144
Octal260326207220452013161104
Binary1011000011010110100001111001001001011000010110011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D687; }

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

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

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

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

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

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

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

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